summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/Null
diff options
context:
space:
mode:
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