mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-28 14:26:33 -05:00
5 lines
138 B
CMake
5 lines
138 B
CMake
set(SRCS video_core.cpp
|
|
utils.cpp
|
|
renderer_opengl/renderer_opengl.cpp)
|
|
|
|
add_library(video_core STATIC ${SRCS})
|