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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
216 B
CMake
Raw Normal View History

# 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
)