VideoOGL/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
968d379cc4
commit
115e7992c5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue