mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 17:58:43 -05:00
Pica: Add command processor.
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
set(SRCS video_core.cpp
|
||||
set(SRCS command_processor.cpp
|
||||
utils.cpp
|
||||
video_core.cpp
|
||||
renderer_opengl/renderer_opengl.cpp)
|
||||
|
||||
set(HEADERS math.h
|
||||
set(HEADERS command_processor.h
|
||||
math.h
|
||||
utils.h
|
||||
video_core.h
|
||||
renderer_base.h
|
||||
video_core.h
|
||||
renderer_opengl/renderer_opengl.h)
|
||||
|
||||
add_library(video_core STATIC ${SRCS} ${HEADERS})
|
||||
|
Reference in New Issue
Block a user