blob: 3ca9feddf33e9f810ab9a6e6b0e4ea51fcb85dec [file] [log] [blame]
# 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
)