Skip to content

Commit 6625562

Browse files
authored
Merge pull request #124 from maelbecel/fix/compil-windows
Fix (Compilation): fixing cmakelist root
2 parents fe8d5a4 + e2cc62a commit 6625562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ include(BuildBinaries)
1717
include(CompileFlags)
1818

1919
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release)
20+
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/Release)
2021
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/FlappyBird/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/FlappyBird/)
2122
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)
2223
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/imgui.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)

0 commit comments

Comments
 (0)