commit deez
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user