Allow strings to be returned from structs
All checks were successful
Build Dusk / run-tests (push) Successful in 1m33s
Build Dusk / build-linux (push) Successful in 1m53s
Build Dusk / build-psp (push) Successful in 1m51s

This commit is contained in:
2026-01-28 18:34:23 -06:00
parent 794e0574ad
commit c2cad858a5
6 changed files with 12 additions and 9 deletions

View File

@@ -99,10 +99,11 @@ elseif(DUSK_TARGET_SYSTEM STREQUAL "psp")
${SDL2_INCLUDE_DIRS}
)
# Force turn tests off for now
set(ENABLE_TESTS OFF CACHE BOOL "Enable tests" FORCE)
endif()
# Force turn tests off for now
set(ENABLE_TESTS OFF CACHE BOOL "Enable tests" FORCE)
# Add code
add_subdirectory(src)