24 lines
452 B
CMake
24 lines
452 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_moduleplatform.c)
|
|
|
|
dusktest(test_moduleinput.c)
|
|
|
|
dusktest(test_scriptinput.c)
|
|
target_compile_definitions(test_scriptinput PRIVATE
|
|
DUSK_ASSETS_DIR="${DUSK_ASSETS_DIR}"
|
|
)
|
|
|
|
dusktest(test_moduleui.c)
|