From 968d379cc4b0268c553aad761c579cc0bc088a32 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 29 May 2019 05:24:24 -0400 Subject: [PATCH] VideoNull/CMakeLists: Specify headers in target sources --- Source/Core/VideoBackends/Null/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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