ppsspp/ext/native/gfx/CMakeLists.txt
2015-09-19 11:05:00 +02:00

13 lines
170 B
CMake

set(SRCS
gl_debug_log.cpp
gl_lost_manager.cpp
texture_atlas.cpp)
set(SRCS ${SRCS})
add_library(gfx STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)