mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-27 22:44:16 +01:00
403e4bf837
Changes for clarity of comments, removed redundant compiler flags.
11 lines
270 B
CMake
11 lines
270 B
CMake
set(SRCS video_core.cpp
|
|
utils.cpp
|
|
renderer_opengl/renderer_opengl.cpp)
|
|
|
|
set(HEADERS video_core.h
|
|
utils.h
|
|
renderer_base.h
|
|
renderer_opengl/renderer_opengl.h)
|
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|