Browse Source

fix build for independent build dir

Cloud Wu 7 năm trước cách đây
mục cha
commit
2188703f55
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 )