From 2188703f55ce294d8b3136516626d1f240fd184c Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Wed, 13 Jun 2018 10:46:30 +0800 Subject: [PATCH] fix build for independent build dir --- tools/assimp_cmd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/assimp_cmd/CMakeLists.txt b/tools/assimp_cmd/CMakeLists.txt index 4a1a73d7c..ae38b5f11 100644 --- a/tools/assimp_cmd/CMakeLists.txt +++ b/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 )