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
@@ -0,0 +1 @@
file(COPY ${CMAKE_CURRENT_LIST_DIR}/../assets DESTINATION ${CMAKE_CURRENT_BINARY_DIR})