1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Create the osx bundle after make

This commit is contained in:
Mathieu Schroeter 2017-08-03 14:57:48 +02:00
parent 4b2b47a183
commit 1c10c072b6

View File

@ -226,5 +226,8 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
)
include (CPack)
add_custom_command (TARGET planetblupi
POST_BUILD
COMMAND make package)
endif ()
endif ()