9 lines
192 B
CMake
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
|
|
)
|