mirror of
https://git.tardis.systems/mirrors/yuzu
synced 2025-06-16 06:05:39 +02: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})
|