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)
|
||||
include_directories(
|
||||
${Assimp_SOURCE_DIR}/code/BoostWorkaround
|
||||
)
|
||||
)
|
||||
|
||||
FILE(GLOB_RECURSE headers
|
||||
${Assimp_SOURCE_DIR}/code/*.h
|
||||
)
|
||||
)
|
||||
|
||||
set(headerchecklibs "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue