summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2017-03-02 11:51:06 +0100
committerGitHub <noreply@github.com>2017-03-02 11:51:06 +0100
commit7982ba120ffb2ca04006d040af33080ad5300404 (patch)
tree4e67e179feedc96863381c2a48a200aedd9d784d /Source/Core/VideoBackends/Null
parent521a777ade79e1f8d7c49f521c7cc060ef64b7e3 (diff)
parentee61bd6f2e4db8df8e92be6f92c02b808aa92234 (diff)
Merge pull request #4995 from lioncash/normalize
CMakeLists: Normalize whitespace
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}")