IT'S ALIVE!
This commit is contained in:
parent
5749d1eabe
commit
5a9c2ce5ea
5 changed files with 80 additions and 7 deletions
|
@ -2,4 +2,9 @@ set(SRCS video_core.cpp
|
|||
utils.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
add_library(video_core STATIC ${SRCS})
|
||||
set(HEADS video_core.h
|
||||
utils.h
|
||||
renderer_base.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADS})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue