diff options
| author | Joshua Vandaƫle <joshua@vandaele.software> | 2026-01-04 12:53:05 +0100 |
|---|---|---|
| committer | Joshua Vandaƫle <joshua@vandaele.software> | 2026-01-04 12:59:56 +0100 |
| commit | 7f6bf67182adc58ab8a2ced52e3bfcb9952f91eb (patch) | |
| tree | 08f1972a52b5da7a38f93a4cef3dc060a17208aa /Source/Core | |
| parent | 75560925f186568d2a0e5f10dcae9acfa8b18688 (diff) | |
CMake: Apply editorconfig formatting
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinQt/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | Source/Core/MacUpdater/CMakeLists.txt | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Source/Core/DolphinQt/CMakeLists.txt b/Source/Core/DolphinQt/CMakeLists.txt index cd49f7f108..c6c201ea48 100644 --- a/Source/Core/DolphinQt/CMakeLists.txt +++ b/Source/Core/DolphinQt/CMakeLists.txt @@ -377,8 +377,8 @@ add_executable(dolphin-emu Settings/GeneralPane.h Settings/InterfacePane.cpp Settings/InterfacePane.h - Settings/OnScreenDisplayPane.cpp - Settings/OnScreenDisplayPane.h + Settings/OnScreenDisplayPane.cpp + Settings/OnScreenDisplayPane.h Settings/PathPane.cpp Settings/PathPane.h Settings/USBDevicePicker.cpp diff --git a/Source/Core/MacUpdater/CMakeLists.txt b/Source/Core/MacUpdater/CMakeLists.txt index da6d052fa5..df46f90a86 100644 --- a/Source/Core/MacUpdater/CMakeLists.txt +++ b/Source/Core/MacUpdater/CMakeLists.txt @@ -24,12 +24,12 @@ target_sources(MacUpdater PRIVATE "${CMAKE_SOURCE_DIR}/Data/Dolphin.icns") set_source_files_properties("${CMAKE_SOURCE_DIR}/Data/Dolphin.icns" PROPERTIES MACOSX_PACKAGE_LOCATION Resources) target_link_libraries(MacUpdater PRIVATE - "-framework Cocoa" - "-framework AppKit" - "-framework CoreData" - "-framework Foundation" - uicommon - updatercommon + "-framework Cocoa" + "-framework AppKit" + "-framework CoreData" + "-framework Foundation" + uicommon + updatercommon ) # Compile storyboards (Adapted from https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/OSX-InterfaceBuilderFiles) |
