Add asset loading support.

This commit is contained in:
2024-10-06 18:27:54 -05:00
parent c69d0ec1cc
commit 5751f7c83c
14 changed files with 503 additions and 5 deletions

10
assets/CMakeLists.txt Normal file
View File

@ -0,0 +1,10 @@
# Copyright (c) 2024 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
tool_copy(
testmap
${CMAKE_CURRENT_SOURCE_DIR}/testmap.json
testmap.json
)