You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
438 B
16 lines
438 B
set(SRCS command_processor.cpp
|
|
utils.cpp
|
|
vertex_shader.cpp
|
|
video_core.cpp
|
|
renderer_opengl/renderer_opengl.cpp)
|
|
|
|
set(HEADERS command_processor.h
|
|
math.h
|
|
utils.h
|
|
video_core.h
|
|
renderer_base.h
|
|
vertex_shader.h
|
|
video_core.h
|
|
renderer_opengl/renderer_opengl.h)
|
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|