[TargetVersion] Only enable on RISC-V and AArch64 (#115991)
[llvm-project.git] / flang / examples / ExternalHelloWorld / CMakeLists.txt
blob042d4b6238ba45c80f901484415112e33fccb675
1 # This test is not run by default as it requires input.
2 add_llvm_example(external-hello-world
3   external-hello.cpp
6 target_link_libraries(external-hello-world
7   PRIVATE
8   FortranRuntime
9   )