summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/tool/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-query/tool/CMakeLists.txt')
-rw-r--r--clang-tools-extra/clang-query/tool/CMakeLists.txt17
1 files changed, 7 insertions, 10 deletions
diff --git a/clang-tools-extra/clang-query/tool/CMakeLists.txt b/clang-tools-extra/clang-query/tool/CMakeLists.txt
index f54c4e67341..2b58bf6dc2c 100644
--- a/clang-tools-extra/clang-query/tool/CMakeLists.txt
+++ b/clang-tools-extra/clang-query/tool/CMakeLists.txt
@@ -1,11 +1,8 @@
-if(HAVE_LIBEDIT)
- include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
+include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
- add_clang_executable(clang-query ClangQuery.cpp)
- target_link_libraries(clang-query
- edit
- clangFrontend
- clangQuery
- clangTooling
- )
-endif()
+add_clang_executable(clang-query ClangQuery.cpp)
+target_link_libraries(clang-query
+ clangFrontend
+ clangQuery
+ clangTooling
+ )
OpenPOWER on IntegriCloud