2014-07-26 12:42:46 +00:00
|
|
|
set(SRCS command_processor.cpp
|
2014-04-10 03:28:43 +00:00
|
|
|
utils.cpp
|
2014-07-26 17:17:09 +00:00
|
|
|
vertex_shader.cpp
|
2014-07-26 12:42:46 +00:00
|
|
|
video_core.cpp
|
2014-04-10 03:28:43 +00:00
|
|
|
renderer_opengl/renderer_opengl.cpp)
|
2014-04-05 20:04:25 +00:00
|
|
|
|
2014-07-26 12:42:46 +00:00
|
|
|
set(HEADERS command_processor.h
|
|
|
|
math.h
|
2014-04-29 02:40:39 +00:00
|
|
|
utils.h
|
2014-07-27 18:07:45 +00:00
|
|
|
video_core.h
|
2014-04-29 02:40:39 +00:00
|
|
|
renderer_base.h
|
2014-07-26 17:17:09 +00:00
|
|
|
vertex_shader.h
|
2014-07-26 12:42:46 +00:00
|
|
|
video_core.h
|
2014-04-29 02:40:39 +00:00
|
|
|
renderer_opengl/renderer_opengl.h)
|
|
|
|
|
2014-05-19 22:19:36 +00:00
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|