mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-13 16:45:46 +00:00
14 lines
174 B
CMake
14 lines
174 B
CMake
set(SRCS
|
|
easy_file.cpp
|
|
chunk_file.cpp
|
|
zip_read.cpp
|
|
file_util.cpp)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(file STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|