Sign in
llvm
/
llvm-project
/
92f916faba13e5cf575f6aef64405b51eaccfe9a
/
.
/
flang
/
examples
/
ExternalHelloWorld
/
CMakeLists.txt
blob: b61948718a5e3dede757d3c5142f51941ae916ad [
file
] [
log
] [
blame
]
# This test is not run by default as it requires input.
add_llvm_example(external-hello-world
external-hello.cpp
)
target_link_libraries(external-hello-world
PRIVATE
flang_rt.runtime
)