diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7000d0a..84c3325 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -574,13 +574,9 @@ if(DEMO_BUILD_TOOLS OR DEMO_BUILD_TESTS) add_dependencies(specplay generate_demo_assets) endif() -#-- - Global Target Configuration -- - -add_custom_target(final - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/gen_assets.sh - COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/crunch_demo.sh - DEPENDS demo64k - WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} -) +#-- - Global Target Configuration -- - +# NOTE: "final" target moved to line ~329 (FINAL_STRIP build) +# Old "final" target (gen_assets + crunch_demo) removed - run scripts manually add_custom_target(pack_source COMMAND tar -czf demo_all.tgz --exclude=.git --exclude=build* --exclude=.gemini* --exclude=*.tgz --exclude=*.zip --exclude=.DS_Store . |
