18 lines
368 B
CMake
18 lines
368 B
CMake
# Copyright (c) 2026 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
include(dusktest)
|
|
|
|
dusktest(test_modulerequire.c)
|
|
|
|
dusktest(test_scriptdef.c)
|
|
|
|
dusktest(test_moduleconsole.c)
|
|
|
|
dusktest(test_overworldscene.c)
|
|
target_compile_definitions(test_overworldscene PRIVATE
|
|
DUSK_ASSETS_DIR="${DUSK_ASSETS_DIR}"
|
|
)
|