CMakeLists: Normalize whitespace

Normalizes tabs to spaces to follow our codebase's indentation style.
This commit is contained in:
Lioncash
2017-03-01 07:43:43 -05:00
parent e375c96693
commit ee61bd6f2e
17 changed files with 1348 additions and 1317 deletions

View File

@ -1,13 +1,13 @@
set(SRCS
NullBackend.cpp
Render.cpp
VertexManager.cpp
ShaderCache.cpp
NullBackend.cpp
Render.cpp
VertexManager.cpp
ShaderCache.cpp
)
set(LIBS
videocommon
common
videocommon
common
)
add_dolphin_library(videonull "${SRCS}" "${LIBS}")