Explorar el Código

fix build for independent build dir

Cloud Wu hace 7 años
padre
commit
2188703f55
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tools/assimp_cmd/CMakeLists.txt

+ 1 - 0
tools/assimp_cmd/CMakeLists.txt

@@ -42,6 +42,7 @@ cmake_minimum_required( VERSION 2.6 )
 INCLUDE_DIRECTORIES(
   ${Assimp_SOURCE_DIR}/include
   ${Assimp_SOURCE_DIR}/code
+  ${Assimp_BINARY_DIR}/tools/assimp_cmd
 )
 
 LINK_DIRECTORIES( ${Assimp_BINARY_DIR} ${Assimp_BINARY_DIR}/lib )