diff options
Diffstat (limited to 'lib/LineEditor/CMakeLists.txt')
-rw-r--r-- | lib/LineEditor/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/LineEditor/CMakeLists.txt b/lib/LineEditor/CMakeLists.txt index 0dec256..0d2bada 100644 --- a/lib/LineEditor/CMakeLists.txt +++ b/lib/LineEditor/CMakeLists.txt @@ -5,7 +5,10 @@ endif() add_llvm_library(LLVMLineEditor LineEditor.cpp + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor + LINK_LIBS LLVMSupport ${link_libs} -) + ) |