cmake: corrections

This commit is contained in:
itsmattkc
2021-04-22 11:50:24 +10:00
parent e7fcc1726f
commit cada76e1d2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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)
+3 -3
View File
@@ -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