diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-05-29 05:26:11 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-05-31 06:54:26 -0400 |
| commit | 115e7992c5b80108b86dfe8a582252a07dece82e (patch) | |
| tree | b9f11ec836244f43e9be4482abc91450741994c0 /Source | |
| parent | 968d379cc4b0268c553aad761c579cc0bc088a32 (diff) | |
VideoOGL/CMakeLists: Specify headers in target sources
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Core/VideoBackends/OGL/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/OGL/CMakeLists.txt b/Source/Core/VideoBackends/OGL/CMakeLists.txt index da091c8e9b..2d80039fa5 100644 --- a/Source/Core/VideoBackends/OGL/CMakeLists.txt +++ b/Source/Core/VideoBackends/OGL/CMakeLists.txt @@ -1,16 +1,28 @@ add_library(videoogl BoundingBox.cpp + BoundingBox.h + GPUTimer.h main.cpp NativeVertexFormat.cpp OGLPipeline.cpp + OGLPipeline.h OGLShader.cpp + OGLShader.h OGLTexture.cpp + OGLTexture.h PerfQuery.cpp + PerfQuery.h ProgramShaderCache.cpp + ProgramShaderCache.h Render.cpp + Render.h SamplerCache.cpp + SamplerCache.h StreamBuffer.cpp + StreamBuffer.h VertexManager.cpp + VertexManager.h + VideoBackend.h ) target_link_libraries(videoogl |
