File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,11 @@ function (add_chapter CHAPTER_NAME)
164164 target_link_libraries (${CHAPTER_NAME} ${CHAPTER_LIBS} )
165165 endif ()
166166 if (DEFINED CHAPTER_MODELS)
167- list (TRANSFORM CHAPTER_MODELS PREPEND "${CMAKE_SOURCE_DIR} /assets/" )
167+ list (TRANSFORM CHAPTER_MODELS PREPEND "${CMAKE_SOURCE_DIR} /attachments/ assets/" )
168168 file (COPY ${CHAPTER_MODELS} DESTINATION ${CMAKE_BINARY_DIR} /${CHAPTER_NAME} /models)
169169 endif ()
170170 if (DEFINED CHAPTER_TEXTURES)
171- list (TRANSFORM CHAPTER_TEXTURES PREPEND "${CMAKE_SOURCE_DIR} /assets/" )
171+ list (TRANSFORM CHAPTER_TEXTURES PREPEND "${CMAKE_SOURCE_DIR} /attachments/ assets/" )
172172 file (COPY ${CHAPTER_TEXTURES} DESTINATION ${CMAKE_BINARY_DIR} /${CHAPTER_NAME} /textures)
173173 endif ()
174174
You can’t perform that action at this time.
0 commit comments