mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-26 03:52:52 +00:00
6 lines
138 B
CMake
6 lines
138 B
CMake
set(SRCS video_core.cpp
|
|
utils.cpp
|
|
renderer_opengl/renderer_opengl.cpp)
|
|
|
|
add_library(video_core STATIC ${SRCS})
|