summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2019-05-31 14:03:12 +0200
committerGitHub <noreply@github.com>2019-05-31 14:03:12 +0200
commiteed4fcc218beeae5a4e87790dfba2e3179cabe20 (patch)
tree231d47e94ff79fa65363907963e6a422d58fa670 /Source/Core/VideoBackends/Null
parent2cb59ab055261efd29aaab94edd93a908a9ad835 (diff)
parent3d27439d9a83c643aa7ec7c50949f5c1fbf80262 (diff)
Merge pull request #8135 from lioncash/cmake
CMakeLists: Specify header files in target sources
Diffstat (limited to 'Source/Core/VideoBackends/Null')
-rw-r--r--Source/Core/VideoBackends/Null/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Null/CMakeLists.txt b/Source/Core/VideoBackends/Null/CMakeLists.txt
index d77c9ef96d..6713f7d1c5 100644
--- a/Source/Core/VideoBackends/Null/CMakeLists.txt
+++ b/Source/Core/VideoBackends/Null/CMakeLists.txt
@@ -1,8 +1,14 @@
add_library(videonull
NullBackend.cpp
NullTexture.cpp
+ NullTexture.h
+ PerfQuery.h
Render.cpp
+ Render.h
+ TextureCache.h
VertexManager.cpp
+ VertexManager.h
+ VideoBackend.h
)
target_link_libraries(videonull