summaryrefslogtreecommitdiffstats
path: root/clang-reorder-fields/tool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-reorder-fields/tool/CMakeLists.txt')
-rw-r--r--clang-reorder-fields/tool/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/clang-reorder-fields/tool/CMakeLists.txt b/clang-reorder-fields/tool/CMakeLists.txt
deleted file mode 100644
index 174e71a1..00000000
--- a/clang-reorder-fields/tool/CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-add_clang_executable(clang-reorder-fields ClangReorderFields.cpp)
-
-target_link_libraries(clang-reorder-fields
- clangBasic
- clangFrontend
- clangReorderFields
- clangRewrite
- clangTooling
- clangToolingCore
- )
-
-install(TARGETS clang-reorder-fields RUNTIME DESTINATION bin)