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

11 lines
274 B
CMake

# TODO: Note that this is currently only available on Linux.
# On Windows, we would also have to specify e.g. `PLUGIN_TOOL`.
add_llvm_example_library(flangPrintFunctionNames
MODULE
PrintFlangFunctionNames.cpp
DEPENDS
acc_gen
flangFrontend
omp_gen
)