mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
17 lines
187 B
CMake
17 lines
187 B
CMake
set(SRCS
|
|
ui.cpp
|
|
ui_context.cpp
|
|
view.cpp
|
|
viewgroup.cpp
|
|
screen.cpp
|
|
root.cpp
|
|
)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(ui STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|
|
|