VideoSoftware/CMakeLists: Specify headers in target sources
This commit is contained in:
parent
115e7992c5
commit
cd9281772a
|
@ -1,19 +1,37 @@
|
||||||
add_library(videosoftware
|
add_library(videosoftware
|
||||||
Clipper.cpp
|
Clipper.cpp
|
||||||
|
Clipper.h
|
||||||
|
CopyRegion.h
|
||||||
DebugUtil.cpp
|
DebugUtil.cpp
|
||||||
|
DebugUtil.h
|
||||||
EfbCopy.cpp
|
EfbCopy.cpp
|
||||||
|
EfbCopy.h
|
||||||
EfbInterface.cpp
|
EfbInterface.cpp
|
||||||
|
EfbInterface.h
|
||||||
|
NativeVertexFormat.h
|
||||||
Rasterizer.cpp
|
Rasterizer.cpp
|
||||||
SWOGLWindow.cpp
|
Rasterizer.h
|
||||||
SWRenderer.cpp
|
|
||||||
SWTexture.cpp
|
|
||||||
SWVertexLoader.cpp
|
|
||||||
SWmain.cpp
|
|
||||||
SetupUnit.cpp
|
SetupUnit.cpp
|
||||||
|
SetupUnit.h
|
||||||
|
SWmain.cpp
|
||||||
|
SWOGLWindow.cpp
|
||||||
|
SWOGLWindow.h
|
||||||
|
SWRenderer.cpp
|
||||||
|
SWRenderer.h
|
||||||
|
SWTexture.cpp
|
||||||
|
SWTexture.h
|
||||||
|
SWVertexLoader.cpp
|
||||||
|
SWVertexLoader.h
|
||||||
Tev.cpp
|
Tev.cpp
|
||||||
|
Tev.h
|
||||||
TextureEncoder.cpp
|
TextureEncoder.cpp
|
||||||
|
TextureEncoder.h
|
||||||
TextureSampler.cpp
|
TextureSampler.cpp
|
||||||
|
TextureSampler.h
|
||||||
TransformUnit.cpp
|
TransformUnit.cpp
|
||||||
|
TransformUnit.h
|
||||||
|
Vec3.h
|
||||||
|
VideoBackend.h
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(videosoftware
|
target_link_libraries(videosoftware
|
||||||
|
|
Loading…
Reference in New Issue