BizHawk/ppsspp/native/util/CMakeLists.txt

17 lines
198 B
CMake
Raw Normal View History

2013-06-25 00:14:35 +00:00
set(SRCS
bits/bits.cpp
bits/varint.cpp
random/perlin.cpp
hash/hash.cpp
text/utf8.cpp
)
set(SRCS ${SRCS})
add_library(util STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)