Skip to content

Commit

Permalink
VideoSoftware/CMakeLists: Specify headers in target sources
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed May 31, 2019
1 parent 115e799 commit cd92817
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions Source/Core/VideoBackends/Software/CMakeLists.txt
@@ -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
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
SWmain.cpp
SWOGLWindow.cpp SWOGLWindow.cpp
SWOGLWindow.h
SWRenderer.cpp SWRenderer.cpp
SWRenderer.h
SWTexture.cpp SWTexture.cpp
SWTexture.h
SWVertexLoader.cpp SWVertexLoader.cpp
SWmain.cpp SWVertexLoader.h
SetupUnit.cpp
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
Expand Down

0 comments on commit cd92817

Please sign in to comment.