This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2014-04-10 03:09:05 +00:00
|
|
|
set(SRCS src/video_core.cpp
|
2014-04-05 20:04:25 +00:00
|
|
|
src/utils.cpp
|
2014-04-10 03:09:05 +00:00
|
|
|
src/renderer_opengl/renderer_opengl.cpp)
|
2014-04-05 20:04:25 +00:00
|
|
|
|
|
|
|
add_library(video_core STATIC ${SRCS})
|