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