bolt/deps/llvm-18.1.8/flang/examples/ExternalHelloWorld/CMakeLists.txt
2025-02-14 19:21:04 +01:00

9 lines
192 B
CMake

# 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
)