mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
mac dmg (wip)
This commit is contained in:
parent
78836d0a2e
commit
8581dbf253
1 changed files with 2 additions and 0 deletions
|
|
@ -277,6 +277,8 @@ if(WIN32)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(CPACK_GENERATOR "DragNDrop")
|
||||
set(MACOSX_BUNDLE_INFO_PLIST ${PROJECT_SOURCE_DIR}/bundle.plist.in)
|
||||
install_files("." FILES "${SDL2_BIN_DIR}/libSDL2-2.0.0.dylib")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue