citra/src/video_core/CMakeLists.txt

6 lines
138 B
CMake
Raw Normal View History

2014-04-10 05:28:43 +02:00
set(SRCS video_core.cpp
utils.cpp
renderer_opengl/renderer_opengl.cpp)
2014-04-05 22:04:25 +02:00
add_library(video_core STATIC ${SRCS})