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

14 lines
204 B
CMake

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