mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-01 19:23:04 +00:00
14 lines
180 B
CMake
14 lines
180 B
CMake
set(SRCS
|
|
draw_buffer.cpp
|
|
fbo.cpp
|
|
glsl_program.cpp
|
|
vertex_format.cpp)
|
|
|
|
set(SRCS ${SRCS})
|
|
|
|
add_library(gfx_es2 STATIC ${SRCS})
|
|
|
|
if(UNIX)
|
|
add_definitions(-fPIC)
|
|
endif(UNIX)
|