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.
citra-nightly/src/video_core/CMakeLists.txt
2014-08-12 13:47:30 +02:00

15 lines
380 B
CMake

set(SRCS command_processor.cpp
utils.cpp
video_core.cpp
renderer_opengl/renderer_opengl.cpp)
set(HEADERS command_processor.h
math.h
utils.h
video_core.h
renderer_base.h
video_core.h
renderer_opengl/renderer_opengl.h)
add_library(video_core STATIC ${SRCS} ${HEADERS})