From cada76e1d210c8042a9a53925b1ad2a47d42104a Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 21 Apr 2021 17:51:12 +1000 Subject: [PATCH] cmake: corrections --- app/CMakeLists.txt | 2 +- app/crashhandler/CMakeLists.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 0c56fd218..f06eaf88a 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -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) diff --git a/app/crashhandler/CMakeLists.txt b/app/crashhandler/CMakeLists.txt index af10719da..db5c97b56 100644 --- a/app/crashhandler/CMakeLists.txt +++ b/app/crashhandler/CMakeLists.txt @@ -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