12 lines · plain
1# TODO: Note that this is currently only available on Linux.2# On Windows, we would also have to specify e.g. `PLUGIN_TOOL`.3add_llvm_example_library(flangPrintFunctionNames4 MODULE5 PrintFlangFunctionNames.cpp6 7 DEPENDS8 acc_gen9 flangFrontend10 omp_gen11)12