ppsspp/ext/native/base/CMakeLists.txt
2020-09-29 00:36:29 +02:00

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)