0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-27 12:16:07 +00:00
Michael Kruse 27539c3f90 Revert "[Flang] Remove FLANG_INCLUDE_RUNTIME ()"
The production buildbot master apparently has not yet been restarted
since https://github.com/llvm/llvm-zorg/pull/393 landed.

This reverts commit 96d1baedefc3581b53bc4389bb171760bec6f191.
2025-03-26 19:02:13 +01:00

10 lines
245 B
CMake

# This test is not run by default as it requires input.
add_llvm_example(external-hello-world
${FLANG_RT_SOURCE_DIR}/examples/ExternalHelloWorld/external-hello.cpp
)
target_link_libraries(external-hello-world
PRIVATE
flang_rt.runtime
)