mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2024-12-27 02:11:21 -08: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})
|