Refactor: Apply editor config settings to CMake files and generated sources
parent
b5f81fbab0
commit
0af1f0d32f
|
@ -4,11 +4,11 @@ OPTION(ASSIMP_HEADERCHECK "adds the target headercheck which compiles every head
|
||||||
if(ASSIMP_HEADERCHECK)
|
if(ASSIMP_HEADERCHECK)
|
||||||
include_directories(
|
include_directories(
|
||||||
${Assimp_SOURCE_DIR}/code/BoostWorkaround
|
${Assimp_SOURCE_DIR}/code/BoostWorkaround
|
||||||
)
|
)
|
||||||
|
|
||||||
FILE(GLOB_RECURSE headers
|
FILE(GLOB_RECURSE headers
|
||||||
${Assimp_SOURCE_DIR}/code/*.h
|
${Assimp_SOURCE_DIR}/code/*.h
|
||||||
)
|
)
|
||||||
|
|
||||||
set(headerchecklibs "")
|
set(headerchecklibs "")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue