Explorar o código

Merge pull request #1259 from Squareys/fix-cmake-install

[One-Line-Change] Fix config.h not being found during cmake --build . --target install
Kim Kulling %!s(int64=8) %!d(string=hai) anos
pai
achega
b8747fffca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/CMakeLists.txt

+ 1 - 1
code/CMakeLists.txt

@@ -59,7 +59,7 @@ SET( PUBLIC_HEADERS
   ${HEADER_PATH}/camera.h
   ${HEADER_PATH}/color4.h
   ${HEADER_PATH}/color4.inl
-  ${HEADER_PATH}/config.h
+  ${CMAKE_BINARY_DIR}/include/assimp/config.h
   ${HEADER_PATH}/defs.h
   ${HEADER_PATH}/cfileio.h
   ${HEADER_PATH}/light.h