resources

This commit is contained in:
2024-07-30 21:51:25 +03:00
parent 660fb5247c
commit 22c64c9e9b
17 changed files with 259 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ SRC_CPP="$(find src -name '*.cpp')"
# See cbuild/example_dependency_configs
DEPENDENCY_CONFIGS_DIR='dependencies'
# List of dependency config files in DEPENDENCY_CONFIGS_DIR separated by space.
ENABLED_DEPENDENCIES='imgui precompiled'
ENABLED_DEPENDENCIES='precompiled resources imgui'
# OBJDIR structure:
# ├── objects/ - Compiled object files. Cleans on each call of build task
@@ -179,7 +179,6 @@ case "$TASK" in
# deletes generated files
clean)
TASK_SCRIPT=cbuild/default_tasks/clean.sh
POST_TASK_SCRIPT=tasks/clean_additions.sh
;;
# nothing to do
"" | no_task)