We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da68a15 commit 8fd2652Copy full SHA for 8fd2652
clang/tools/IndexStore/CMakeLists.txt
@@ -8,11 +8,6 @@ set(SOURCES
8
../../include/indexstore/IndexStoreCXX.h
9
)
10
11
-set(LIBS
12
- clangIndex
13
- clangIndexDataStore
14
-)
15
-
16
if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
17
set(LLVM_EXPORTED_SYMBOL_FILE ${CMAKE_CURRENT_SOURCE_DIR}/IndexStore.exports)
18
endif()
@@ -28,11 +23,10 @@ add_clang_library(IndexStore SHARED
28
23
${SOURCES}
29
24
30
25
LINK_LIBS
31
- ${LIBS}
26
+ clangIndex
27
+ clangIndexDataStore
32
33
LINK_COMPONENTS
34
- ${LLVM_TARGETS_TO_BUILD}
35
- Core
36
Support
37
38
0 commit comments