1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
yuzu-mainline/src/video_core/CMakeLists.txt
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})