11 lines
293 B
CMake
11 lines
293 B
CMake
# 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"
|
|
)
|