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