cmake: corrections
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ elseif(APPLE)
|
||||
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/packaging/macos/MacOSXBundleInfo.plist.in
|
||||
MACOSX_BUNDLE_GUI_IDENTIFIER org.olivevideoeditor.Olive
|
||||
MACOSX_BUNDLE_ICON_FILE olive.icns
|
||||
RESOURCE "${OLIVE_ICON}" libolive-editor
|
||||
RESOURCE "${OLIVE_ICON} libolive-editor"
|
||||
OUTPUT_NAME "Olive"
|
||||
)
|
||||
elseif(UNIX)
|
||||
|
||||
@@ -17,9 +17,9 @@
|
||||
# Create crash handler executable
|
||||
add_executable(
|
||||
olive-crashhandler
|
||||
dialog/crashhandler/crashhandler.h
|
||||
dialog/crashhandler/crashhandler.cpp
|
||||
dialog/crashhandler/crashhandlermain.cpp
|
||||
crashhandler/crashhandler.h
|
||||
crashhandler/crashhandler.cpp
|
||||
crashhandler/crashhandlermain.cpp
|
||||
)
|
||||
|
||||
# Disable console appearing on crash handler dialog
|
||||
|
||||
Reference in New Issue
Block a user