yuzu-emu
/
yuzu-android
Archived
1
0
Fork 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.
yuzu-android/src/video_core/CMakeLists.txt

6 lines
150 B
CMake
Raw Normal View History

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