CMake: Copy assets to the build directory automatically

This commit is contained in:
Riyyi
2022-09-27 12:12:03 +02:00
parent 85b222984d
commit 17e3a8a5eb
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -25,4 +25,5 @@ target_precompile_headers(${GAME} REUSE_FROM ${ENGINE})
# Add 'make run' target
add_custom_target(run
COMMAND ${GAME}
WORKING_DIRECTORY ".."
)