yuzu-tx-update/src/video_core/CMakeLists.txt

6 lines
138 B
Text
Raw Normal View History

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