We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe8d5a4 + e2cc62a commit 6625562Copy full SHA for 6625562
CMakeLists.txt
@@ -17,6 +17,7 @@ include(BuildBinaries)
17
include(CompileFlags)
18
19
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)
21
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/FlappyBird/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/FlappyBird/)
22
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/Assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)
23
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/SandBox/R-Type/imgui.ini DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../Release/R-Type/)
0 commit comments