mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 11:39:09 +00:00
CMakeLists: Replace tab characters with spaces
This commit only touches CMakeLists in Source and the main one; it doesn't touch them in Externals.
This commit is contained in:
parent
b7ac11080e
commit
ad9e8d97a9
4 changed files with 9 additions and 9 deletions
|
@ -32,8 +32,8 @@ target_link_libraries(MacUpdater PRIVATE
|
|||
"-framework AppKit"
|
||||
"-framework CoreData"
|
||||
"-framework Foundation"
|
||||
uicommon
|
||||
updatercommon
|
||||
uicommon
|
||||
updatercommon
|
||||
)
|
||||
|
||||
# Compile storyboards (Adapted from https://gitlab.kitware.com/cmake/community/wikis/doc/tutorials/OSX-InterfaceBuilderFiles)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue