summaryrefslogtreecommitdiffstats
path: root/tools/wpa/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wpa/CMakeLists.txt')
-rw-r--r--tools/wpa/CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/tools/wpa/CMakeLists.txt b/tools/wpa/CMakeLists.txt
deleted file mode 100644
index 5553474..0000000
--- a/tools/wpa/CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-set(LLVM_NO_RTTI 1)
-
-set( LLVM_USED_LIBS
- clangFrontend
- clangAnalysis
- clangSema
- clangAST
- clangLex
- clangBasic
- clangIndex
- )
-
-set( LLVM_LINK_COMPONENTS
- mc
- )
-
-add_clang_executable(clang-wpa
- clang-wpa.cpp
- )
-add_dependencies(clang-wpa clang-headers)
OpenPOWER on IntegriCloud