2014-07-27 11:34:11 -04:00
|
|
|
set(SRCS clipper.cpp
|
|
|
|
command_processor.cpp
|
2014-07-27 08:58:30 -04:00
|
|
|
primitive_assembly.cpp
|
2014-07-27 12:02:35 -04:00
|
|
|
rasterizer.cpp
|
2014-04-09 23:28:43 -04:00
|
|
|
utils.cpp
|
2014-07-26 13:17:09 -04:00
|
|
|
vertex_shader.cpp
|
2014-07-26 08:42:46 -04:00
|
|
|
video_core.cpp
|
2014-08-17 08:06:58 -04:00
|
|
|
debug_utils/debug_utils.cpp
|
2014-04-09 23:28:43 -04:00
|
|
|
renderer_opengl/renderer_opengl.cpp)
|
2014-04-05 16:04:25 -04:00
|
|
|
|
2014-07-27 11:34:11 -04:00
|
|
|
set(HEADERS clipper.h
|
|
|
|
command_processor.h
|
2014-07-26 08:42:46 -04:00
|
|
|
math.h
|
2014-07-27 08:58:30 -04:00
|
|
|
primitive_assembly.h
|
2014-07-27 12:02:35 -04:00
|
|
|
rasterizer.h
|
2014-04-28 22:40:39 -04:00
|
|
|
utils.h
|
2014-07-27 14:07:45 -04:00
|
|
|
video_core.h
|
2014-04-28 22:40:39 -04:00
|
|
|
renderer_base.h
|
2014-07-26 13:17:09 -04:00
|
|
|
vertex_shader.h
|
2014-07-26 08:42:46 -04:00
|
|
|
video_core.h
|
2014-08-17 08:06:58 -04:00
|
|
|
debug_utils/debug_utils.h
|
2014-04-28 22:40:39 -04:00
|
|
|
renderer_opengl/renderer_opengl.h)
|
|
|
|
|
2014-05-19 18:19:36 -04:00
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|