llvm-project/flang/examples/PrintFlangFunctionNames/CMakeLists.txt

11 lines
248 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_library(flangPrintFunctionNames
MODULE
PrintFlangFunctionNames.cpp
DEPENDS
acc_gen
omp_gen
)