Skip to content

Commit

Permalink
Fix (Compilation): adding assets in all windows files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjuin1 committed Jan 14, 2024
1 parent 6625562 commit 940f383
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ include(CompileFlags)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/Release)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/FlappyBird/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/FlappyBird/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/FlappyBird/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/FlappyBird/Release)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/Release)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/imgui.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/imgui.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/Release)

0 comments on commit 940f383

Please sign in to comment.