4
0
mirror of https://github.com/QuasarApp/CMake.git synced 2025-05-08 15:39:37 +00:00

added depends of main deploy target

This commit is contained in:
Andrei Yankovich 2022-01-12 17:28:41 +03:00
parent 59da4dd576
commit bbcbeae2a3

@ -438,6 +438,7 @@ function(addDeployIPA name plist targetDir)
) )
add_dependencies(deploy deployIPA${name})
endfunction() endfunction()