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:
Pokechu22
2022-01-16 15:20:40 -08:00
parent b7ac11080e
commit ad9e8d97a9
4 changed files with 9 additions and 9 deletions

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)