mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
parent
eac27f149a
commit
9fb9f84a7a
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user