Skip to content

Commit

Permalink
Add dragndrop generator for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Jul 23, 2013
1 parent 4619454 commit b20d7d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ IF(MSVC)
SET(CPACK_CREATE_DESKTOP_LINKS cdogs-sdl)
SET(CPACK_NSIS_MUI_FINISHPAGE_RUN ..\\\\cdogs-sdl.exe)
SET(CPACK_NSIS_URL_INFO_ABOUT ${WEBSITE})
elseif(APPLE)
set(CPACK_GENERATOR DRAGNDROP)
ELSE()
SET(CPACK_GENERATOR TGZ)
ENDIF()
Expand Down

0 comments on commit b20d7d7

Please sign in to comment.