Преглед изворни кода

Merge pull request #2354 from asmaloney/include_fix

Ensure our include directories get added in the correct order
Kim Kulling пре 6 година
родитељ
комит
e00d92ea84
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -198,7 +198,7 @@ CONFIGURE_FILE(
   ${CMAKE_CURRENT_BINARY_DIR}/include/assimp/config.h
 )
 
-INCLUDE_DIRECTORIES(
+INCLUDE_DIRECTORIES( BEFORE
   ./
   include
   ${CMAKE_CURRENT_BINARY_DIR}