Sign in
llvm
/
llvm-project
/
78671dbb26628f072cb94de784349c50201c1e0f
/
.
/
flang
/
examples
/
ExternalHelloWorld
/
CMakeLists.txt
blob: dbb69475976dd998e108d4686411df996c27199a [
file
]
# This test is not run by default as it requires input.
add_llvm_example(external-hello-world
${FLANG_RT_SOURCE_DIR}/examples/ExternalHelloWorld/external-hello.cpp
)
target_link_libraries(external-hello-world
PRIVATE
flang_rt.runtime
)