Merge pull request #2354 from asmaloney/include_fix
Ensure our include directories get added in the correct orderpull/2365/head
commit
e00d92ea84
|
@ -198,7 +198,7 @@ CONFIGURE_FILE(
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/include/assimp/config.h
|
${CMAKE_CURRENT_BINARY_DIR}/include/assimp/config.h
|
||||||
)
|
)
|
||||||
|
|
||||||
INCLUDE_DIRECTORIES(
|
INCLUDE_DIRECTORIES( BEFORE
|
||||||
./
|
./
|
||||||
include
|
include
|
||||||
${CMAKE_CURRENT_BINARY_DIR}
|
${CMAKE_CURRENT_BINARY_DIR}
|
||||||
|
|
Loading…
Reference in New Issue