mirror of
https://github.com/Luca1991/NDSFactory.git
synced 2026-02-07 23:26:14 +01:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a061738820 |
@@ -73,6 +73,7 @@ set(FORMS
|
||||
# Platform-specific executable creation
|
||||
if(APPLE)
|
||||
set(MACOSX_BUNDLE_ICON_FILE ndsfactory.icns)
|
||||
set(MACOSX_BUNDLE_GUI_IDENTIFIER dev.lucadamico.ndsfactory)
|
||||
set(MACOS_ICNS "res/ndsfactory.icns")
|
||||
set_source_files_properties(${MACOS_ICNS} PROPERTIES MACOSX_PACKAGE_LOCATION "Resources")
|
||||
add_executable(${PROJECT_NAME} MACOSX_BUNDLE ${SOURCES} ${HEADERS} ${FORMS} ${MACOS_ICNS})
|
||||
|
||||
Reference in New Issue
Block a user