1 set(LLVM_LINK_COMPONENTS
7 add_clang_tool(modularize
10 ModularizeUtilities.cpp
12 PreprocessorTracker.cpp
18 clang_target_link_libraries(modularize
29 install(TARGETS modularize
30 RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
31 COMPONENT clang-extras)