forked from OSchip/llvm-project
parent
a78ca62c64
commit
46f68f50f0
|
@ -17,6 +17,7 @@ endif()
|
|||
if (LLVM_BUILD_STATIC)
|
||||
target_link_libraries(c-index-test
|
||||
libclang_static
|
||||
clangCodeGen
|
||||
clangIndex
|
||||
)
|
||||
else()
|
||||
|
|
Loading…
Reference in New Issue