diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2017-03-02 11:51:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-02 11:51:06 +0100 |
| commit | 7982ba120ffb2ca04006d040af33080ad5300404 (patch) | |
| tree | 4e67e179feedc96863381c2a48a200aedd9d784d /Source/Core/VideoBackends/Null | |
| parent | 521a777ade79e1f8d7c49f521c7cc060ef64b7e3 (diff) | |
| parent | ee61bd6f2e4db8df8e92be6f92c02b808aa92234 (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.txt | 12 |
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}") |
