mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 23:40:39 +00:00
16e3d67063
Not used in PPSSPP yet, for the curious.
16 lines
169 B
CMake
16 lines
169 B
CMake
set(SRCS
|
|
ui.cpp
|
|
ui_context.cpp
|
|
screen.cpp
|
|
virtual_input.cpp
|
|
)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(ui STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|
|
|