mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 04:58:01 -05:00
IT'S ALIVE!
This commit is contained in:
@ -2,4 +2,9 @@ set(SRCS video_core.cpp
|
||||
utils.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
add_library(video_core STATIC ${SRCS})
|
||||
set(HEADS video_core.h
|
||||
utils.h
|
||||
renderer_base.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADS})
|
||||
|
Reference in New Issue
Block a user