mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
VideoOGL/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
968d379cc4
commit
115e7992c5
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue