hanchenye-llvm-project/clang-tools-extra/pp-trace/CMakeLists.txt

19 lines
244 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
support
mc
)
add_clang_executable(pp-trace
PPTrace.cpp
PPCallbacksTracker.cpp
)
target_link_libraries(pp-trace
clangLex
clangParse
clangSema
clangTooling
)