mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 09:32:24 -07: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