yuzu-android/src/video_core/CMakeLists.txt

6 lines
150 B
CMake
Raw Normal View History

2014-04-09 20:09:05 -07:00
set(SRCS src/video_core.cpp
2014-04-05 13:04:25 -07:00
src/utils.cpp
2014-04-09 20:09:05 -07:00
src/renderer_opengl/renderer_opengl.cpp)
2014-04-05 13:04:25 -07:00
add_library(video_core STATIC ${SRCS})