Fixed some dependencies
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
|
||||
function(tool_assets args)
|
||||
add_custom_target(assets
|
||||
COMMAND tar -C ./assets -cvf test.zip *
|
||||
COMMAND tar -C ./assets -cvf assets.zip *
|
||||
DEPENDS ${ARGV}
|
||||
COMMENT "Compressing Assets"
|
||||
)
|
||||
@ -29,7 +29,7 @@ function(tool_copy target)
|
||||
endforeach()
|
||||
|
||||
add_custom_target(${target}
|
||||
DEPENDS ${MY_LIST}
|
||||
COMMENT "Copying ${FILE_NAME}"
|
||||
DEPENDS ${LOOP_DEPENDENCIES}
|
||||
COMMENT "Creating dependency set ${target}"
|
||||
)
|
||||
endfunction()
|
Reference in New Issue
Block a user