Refactor
Some checks failed
Build Dusk / run-tests (push) Successful in 1m55s
Build Dusk / build-linux (push) Successful in 2m0s
Build Dusk / build-psp (push) Failing after 1m40s

This commit is contained in:
2026-01-25 21:23:09 -06:00
parent d788de8637
commit 07afc3813a
35 changed files with 51 additions and 61 deletions

View File

@@ -113,16 +113,6 @@ if(ENABLE_TESTS)
endif()
# Build assets
# add_custom_target(DUSK_ASSETS_BUILT ALL
# COMMAND
# ${Python3_EXECUTABLE} ${DUSK_TOOLS_DIR}/assettool.py
# --assets ${DUSK_GAME_ASSETS_DIR}
# --output-assets ${DUSK_BUILT_ASSETS_DIR}
# --output-file ${DUSK_BUILD_DIR}/dusk.dsk
# --headers-dir ${DUSK_GENERATED_HEADERS_DIR}
# --input ${DUSK_ASSETS}
# )
# add_dependencies(${DUSK_LIBRARY_TARGET_NAME} DUSK_ASSETS_BUILT)
dusk_run_python(
DUSK_ASSETS_BUILT
tools.asset.bundle