ppsspp/ext/native/base/CMakeLists.txt

13 lines
162 B
CMake
Raw Normal View History

2012-03-24 22:39:19 +00:00
set(SRCS
colorutil.cpp
../thread/threadutil.cpp
display.cpp
2014-07-15 15:24:15 +00:00
buffer.cpp
2020-09-25 07:33:56 +00:00
)
2012-03-24 22:39:19 +00:00
add_library(base STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)