mirror of
https://github.com/starr-dusT/citra.git
synced 2024-10-02 10:26:17 -07: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})
|