2014-07-27 08:34:11 -07:00
|
|
|
set(SRCS clipper.cpp
|
|
|
|
command_processor.cpp
|
2014-07-27 05:58:30 -07:00
|
|
|
primitive_assembly.cpp
|
2014-07-27 09:02:35 -07:00
|
|
|
rasterizer.cpp
|
2014-04-09 20:28:43 -07:00
|
|
|
utils.cpp
|
2014-07-26 10:17:09 -07:00
|
|
|
vertex_shader.cpp
|
2014-07-26 05:42:46 -07:00
|
|
|
video_core.cpp
|
2014-08-23 17:00:08 -07:00
|
|
|
renderer_opengl/generated/gl_3_2_core.c
|
2014-08-21 00:27:53 -07:00
|
|
|
renderer_opengl/renderer_opengl.cpp
|
|
|
|
renderer_opengl/gl_shader_util.cpp
|
|
|
|
debug_utils/debug_utils.cpp)
|
2014-04-05 13:04:25 -07:00
|
|
|
|
2014-07-27 08:34:11 -07:00
|
|
|
set(HEADERS clipper.h
|
|
|
|
command_processor.h
|
2014-07-26 05:42:46 -07:00
|
|
|
math.h
|
2014-07-27 05:58:30 -07:00
|
|
|
primitive_assembly.h
|
2014-07-27 09:02:35 -07:00
|
|
|
rasterizer.h
|
2014-04-28 19:40:39 -07:00
|
|
|
utils.h
|
2014-07-27 11:07:45 -07:00
|
|
|
video_core.h
|
2014-04-28 19:40:39 -07:00
|
|
|
renderer_base.h
|
2014-07-26 10:17:09 -07:00
|
|
|
vertex_shader.h
|
2014-07-26 05:42:46 -07:00
|
|
|
video_core.h
|
2014-08-23 17:00:08 -07:00
|
|
|
renderer_opengl/generated/gl_3_2_core.h
|
2014-08-21 00:27:53 -07:00
|
|
|
renderer_opengl/renderer_opengl.h
|
|
|
|
renderer_opengl/gl_shader_util.h
|
|
|
|
renderer_opengl/gl_shaders.h
|
|
|
|
debug_utils/debug_utils.h)
|
2014-04-28 19:40:39 -07:00
|
|
|
|
2014-05-19 15:19:36 -07:00
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|