mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-03-21 01:53:15 +00:00
6 lines
150 B
CMake
6 lines
150 B
CMake
set(SRCS src/video_core.cpp
|
|
src/utils.cpp
|
|
src/renderer_opengl/renderer_opengl.cpp)
|
|
|
|
add_library(video_core STATIC ${SRCS})
|