VideoOGL/CMakeLists: Specify headers in target sources

This commit is contained in:
Lioncash 2019-05-29 05:26:11 -04:00
parent 968d379cc4
commit 115e7992c5
1 changed files with 12 additions and 0 deletions

View File

@ -1,16 +1,28 @@
add_library(videoogl add_library(videoogl
BoundingBox.cpp BoundingBox.cpp
BoundingBox.h
GPUTimer.h
main.cpp main.cpp
NativeVertexFormat.cpp NativeVertexFormat.cpp
OGLPipeline.cpp OGLPipeline.cpp
OGLPipeline.h
OGLShader.cpp OGLShader.cpp
OGLShader.h
OGLTexture.cpp OGLTexture.cpp
OGLTexture.h
PerfQuery.cpp PerfQuery.cpp
PerfQuery.h
ProgramShaderCache.cpp ProgramShaderCache.cpp
ProgramShaderCache.h
Render.cpp Render.cpp
Render.h
SamplerCache.cpp SamplerCache.cpp
SamplerCache.h
StreamBuffer.cpp StreamBuffer.cpp
StreamBuffer.h
VertexManager.cpp VertexManager.cpp
VertexManager.h
VideoBackend.h
) )
target_link_libraries(videoogl target_link_libraries(videoogl