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