VideoSoftware/CMakeLists: Specify headers in target sources

This commit is contained in:
Lioncash 2019-05-29 05:28:21 -04:00
parent 115e7992c5
commit cd9281772a
1 changed files with 23 additions and 5 deletions

View File

@ -1,19 +1,37 @@
add_library(videosoftware
Clipper.cpp
Clipper.h
CopyRegion.h
DebugUtil.cpp
DebugUtil.h
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp
EfbInterface.h
NativeVertexFormat.h
Rasterizer.cpp
SWOGLWindow.cpp
SWRenderer.cpp
SWTexture.cpp
SWVertexLoader.cpp
SWmain.cpp
Rasterizer.h
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.h
TextureEncoder.cpp
TextureEncoder.h
TextureSampler.cpp
TextureSampler.h
TransformUnit.cpp
TransformUnit.h
Vec3.h
VideoBackend.h
)
target_link_libraries(videosoftware