This commit is contained in:
2026-06-18 07:51:09 -05:00
parent f5db2458cd
commit 647e3a2580
26 changed files with 975 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
include(dusktest)
dusktest(test_entityjson.c)
target_compile_definitions(test_entityjson PRIVATE
DUSK_ENTITY_JSON_PATH="${CMAKE_SOURCE_DIR}/assets/entity.json"
)