mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-06 04:59:50 +00:00
15 lines
158 B
CMake
15 lines
158 B
CMake
set(SRCS
|
|
png_load.cpp
|
|
zim_load.cpp
|
|
zim_save.cpp
|
|
)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(image STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|
|
|