Merge remote-tracking branch 'upstream/master' into feat/apply-clang-format

This commit is contained in:
Par Winzell 2018-12-18 23:26:33 -08:00
commit 613d9b6f25
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ set(CMAKE_THREAD_PREFER_PTHREAD TRUE)
find_package(Threads REQUIRED) find_package(Threads REQUIRED)
find_package(Iconv QUIET) find_package(Iconv QUIET)
# create a compilation database for e.g. clang-tidy
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if (WIN32) if (WIN32)
# this will suffice for now; don't really care about 32-bit # this will suffice for now; don't really care about 32-bit
set(LIBXML2_INCLUDE_DIRS ${FBXSDK_INCLUDE_DIR}) set(LIBXML2_INCLUDE_DIRS ${FBXSDK_INCLUDE_DIR})