mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-27 07:20:49 +00:00
13 lines
162 B
CMake
13 lines
162 B
CMake
set(SRCS
|
|
colorutil.cpp
|
|
../thread/threadutil.cpp
|
|
display.cpp
|
|
buffer.cpp
|
|
)
|
|
|
|
add_library(base STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|