commit deez

This commit is contained in:
2025-10-12 18:24:09 -05:00
parent 81cd03e0c3
commit 2c0fd84c72
4 changed files with 63 additions and 6 deletions

View File

@@ -14,11 +14,6 @@ if(NOT DEFINED DUSK_TARGET_SYSTEM)
# set(DUSK_TARGET_SYSTEM "psp")
endif()
if(NOT DEFINED DUSK_TARGET_GAME)
set(DUSK_TARGET_GAME "minesweeper")
# set(DUSK_TARGET_GAME "rpg")
endif()
# Prep cache
set(DUSK_CACHE_TARGET "dusk-target")
@@ -100,6 +95,7 @@ target_include_directories(${DUSK_TARGET_NAME} PUBLIC
)
# Build assets
# message(FATAL_ERROR "Building assets for game: ${DUSK_ASSETS}")
add_custom_target(DUSK_ASSETS_BUILT ALL
COMMAND
${Python3_EXECUTABLE} ${DUSK_TOOLS_DIR}/assetstool/main.py