From: VennGrayDog Date: Sat, 13 May 2017 18:09:21 +0000 (-0400) Subject: Fix location of config.h X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d05df2d3efa5dd4462eafc51f228f772392ec86;p=platform%2Fupstream%2Fassimp.git Fix location of config.h --- diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index fe0b58a..8960ea3 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -59,7 +59,7 @@ SET( PUBLIC_HEADERS ${HEADER_PATH}/camera.h ${HEADER_PATH}/color4.h ${HEADER_PATH}/color4.inl - ${CMAKE_BINARY_DIR}/include/assimp/config.h + ${CMAKE_CURRENT_BINARY_DIR}/../include/assimp/config.h ${HEADER_PATH}/defs.h ${HEADER_PATH}/cfileio.h ${HEADER_PATH}/light.h