This repository has been archived on 2026-05-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yuzu/src/video_core/CMakeLists.txt
T
2014-04-09 20:28:43 -07:00

6 lines
138 B
CMake

set(SRCS video_core.cpp
utils.cpp
renderer_opengl/renderer_opengl.cpp)
add_library(video_core STATIC ${SRCS})