xref: /llvm-project/flang/examples/PrintFlangFunctionNames/CMakeLists.txt (revision 1c5d12144058b4cfc3028401e8a16df933ff4dc6)
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(flangPrintFunctionNames
4    MODULE
5    PrintFlangFunctionNames.cpp
6
7    DEPENDS
8    acc_gen
9    flangFrontend
10    omp_gen
11)
12