diff options
| author | Léo Lam <leo@innovatetechnologi.es> | 2019-05-31 14:03:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-31 14:03:12 +0200 |
| commit | eed4fcc218beeae5a4e87790dfba2e3179cabe20 (patch) | |
| tree | 231d47e94ff79fa65363907963e6a422d58fa670 /Source/Core/VideoBackends/Null | |
| parent | 2cb59ab055261efd29aaab94edd93a908a9ad835 (diff) | |
| parent | 3d27439d9a83c643aa7ec7c50949f5c1fbf80262 (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.txt | 6 |
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 |
