Merge pull request #10373 from Pokechu22/cmake-tab

CMakeLists: Replace tab characters with spaces
This commit is contained in:
Léo Lam
2022-01-17 00:47:29 +01:00
committed by GitHub
4 changed files with 9 additions and 9 deletions

View File

@ -360,8 +360,8 @@ PRIVATE
if (WIN32)
target_link_libraries(dolphin-emu
PRIVATE
gdi32.lib
shell32.lib
gdi32.lib
shell32.lib
)
endif()

View File

@ -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)