diff options
Diffstat (limited to 'lib/Tooling/Refactoring/CMakeLists.txt')
-rw-r--r-- | lib/Tooling/Refactoring/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Tooling/Refactoring/CMakeLists.txt b/lib/Tooling/Refactoring/CMakeLists.txt new file mode 100644 index 000000000000..b2f9b4f4c0cd --- /dev/null +++ b/lib/Tooling/Refactoring/CMakeLists.txt @@ -0,0 +1,12 @@ +set(LLVM_LINK_COMPONENTS + Option + Support + ) + +add_clang_library(clangToolingRefactor + AtomicChange.cpp + + LINK_LIBS + clangBasic + clangToolingCore + ) |