mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +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
|
@ -360,8 +360,8 @@ PRIVATE
|
|||
if (WIN32)
|
||||
target_link_libraries(dolphin-emu
|
||||
PRIVATE
|
||||
gdi32.lib
|
||||
shell32.lib
|
||||
gdi32.lib
|
||||
shell32.lib
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue