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

10 lines
123 B
CMake

add_llvm_library(flangOmpReport
MODULE
FlangOmpReport.cpp
FlangOmpReportVisitor.cpp
DEPENDS
acc_gen
omp_gen
)