Build resulting executable as a bundle on MacOS X

This will allow us to launch it from the Finder and add it to the dock
This commit is contained in:
Roland Kaufmann 2014-12-01 10:06:03 +01:00
parent eac27f149a
commit 9fb9f84a7a

View File

@ -209,6 +209,8 @@ source_group( "SocketInterface" FILES ${SOCKET_INTERFACE_FILES} )
if (MSVC)
set( EXE_FILES WIN32)
elseif (APPLE)
set( EXE_FILES MACOSX_BUNDLE)
endif()
set( EXE_FILES
${EXE_FILES}