logic: commandline indexing and configuration

This commit is contained in:
Andreas Stallinger
2017-08-09 12:33:43 +02:00
parent 2399e733b4
commit 802153883e
53 changed files with 1384 additions and 298 deletions
-5
View File
@@ -1,4 +1,3 @@
include(cmake/external.cmake)
if (UNIX AND APPLE)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
@@ -50,10 +49,6 @@ if(UNIX AND NOT APPLE)
OUTPUT_VARIABLE CLANG_INCLUDE_DIRS
OUTPUT_STRIP_TRAILING_WHITESPACE
)
#set(CLANG_INCLUDE_DIRS
#"${EXTERNAL_SRC}/clang/include"
#"${CLANG_BUILD_PATH}/tools/clang/include"
#)
else()
set(CLANG_INCLUDE_DIRS
"$ENV{CLANG_DIR}/llvm/tools/clang/include"