blob: 17d1eb19d25a84f980243d2f472c749634854b92 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Option
Support
)
add_clang_executable(modularize
Modularize.cpp
ModuleAssistant.cpp
ModularizeUtilities.cpp
CoverageChecker.cpp
PreprocessorTracker.cpp
)
target_link_libraries(modularize
clangAST
clangBasic
clangDriver
clangFrontend
clangLex
clangTooling
)
install(TARGETS modularize
RUNTIME DESTINATION bin
COMPONENT clang-extras)