mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-02 22:26:25 +00:00
02855e7abb
GamepadEmu does this now.
17 lines
174 B
CMake
17 lines
174 B
CMake
set(SRCS
|
|
ui.cpp
|
|
ui_context.cpp
|
|
view.cpp
|
|
viewgroup.cpp
|
|
screen.cpp
|
|
)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(ui STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|
|
|