llvm-project/flang/examples/CMakeLists.txt

9 lines
178 B
CMake

# This test is not run by default as it requires input.
add_executable(external-hello-world
external-hello.cpp
)
target_link_libraries(external-hello-world
FortranRuntime
)