summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-03-01 07:43:43 -0500
committerLioncash <mathew1800@gmail.com>2017-03-01 14:53:23 -0500
commitee61bd6f2e4db8df8e92be6f92c02b808aa92234 (patch)
treeaa6a48b620d970cf7b7745cf1798f6b532990557 /Source/Core/VideoBackends/Null
parente375c966938bdc646373377bf0d4a2912044c71a (diff)
CMakeLists: Normalize whitespace
Normalizes tabs to spaces to follow our codebase's indentation style.
Diffstat (limited to 'Source/Core/VideoBackends/Null')
-rw-r--r--Source/Core/VideoBackends/Null/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Core/VideoBackends/Null/CMakeLists.txt b/Source/Core/VideoBackends/Null/CMakeLists.txt
index f186da0067..5182a86c4e 100644
--- a/Source/Core/VideoBackends/Null/CMakeLists.txt
+++ b/Source/Core/VideoBackends/Null/CMakeLists.txt
@@ -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}")