llvm-project/clang-tools-extra/module-map-checker/CMakeLists.txt

16 lines
219 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_executable(module-map-checker
ModuleMapChecker.cpp
)
target_link_libraries(module-map-checker
clangAST
clangBasic
clangFrontend
clangLex
clangTooling
)