bolt/deps/llvm-18.1.8/flang/examples/ExternalHelloWorld/CMakeLists.txt

10 lines
192 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# 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
FortranRuntime
)