ppsspp/gfx_es1/CMakeLists.txt
2012-03-24 23:39:19 +01:00

11 lines
131 B
CMake

set(SRCS
draw_buffer.cpp
)
set(SRCS ${SRCS})
add_library(gfx_es1 STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)