Skip to content

Commit

Permalink
Fix (Compilation): fixing cmakelist root
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjuin1 committed Jan 14, 2024
1 parent 7a4679b commit e2cc62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ include(BuildBinaries)
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/R-Type/Assets 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/)

0 comments on commit e2cc62a

Please sign in to comment.