Add asset loading support.
This commit is contained in:
10
assets/CMakeLists.txt
Normal file
10
assets/CMakeLists.txt
Normal 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
|
||||
)
|
Reference in New Issue
Block a user