Refactor: Apply editor config settings to CMake files and generated sources

pull/566/head
Richard 2015-05-18 22:22:59 -06:00
parent b5f81fbab0
commit 0af1f0d32f
2 changed files with 19 additions and 19 deletions

View File

@ -4,11 +4,11 @@ OPTION(ASSIMP_HEADERCHECK "adds the target headercheck which compiles every head
if(ASSIMP_HEADERCHECK)
include_directories(
${Assimp_SOURCE_DIR}/code/BoostWorkaround
)
)
FILE(GLOB_RECURSE headers
${Assimp_SOURCE_DIR}/code/*.h
)
)
set(headerchecklibs "")