mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-27 16:09:12 +00: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