Buildsystem: Initial changes to support building with vs clang toolset

(cherry picked from commit 4a3a178d7f)
This commit is contained in:
Shauren
2016-04-05 17:55:32 +02:00
parent 25b3564a9d
commit 702cfefddb
12 changed files with 26 additions and 27 deletions

View File

@@ -22,8 +22,8 @@ endif()
GroupSources(${CMAKE_CURRENT_SOURCE_DIR})
add_library(database
${PRIVATE_SOURCES}
${PRIVATE_PCH_SOURCE}
${PRIVATE_SOURCES}
)
# Do NOT add any extra include directory unless it does not create unneeded extra dependencies,