Archived
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/src/video_core/CMakeLists.txt
2014-04-09 23:09:05 -04:00

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})