llvm-project/flang/examples/flang-omp-report-plugin/CMakeLists.txt

7 lines
100 B
CMake

add_llvm_library(
flangOmpReport
MODULE
flang-omp-report.cpp
flang-omp-report-visitor.cpp
)