mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-01-31 18:53:03 +00:00
11 lines
131 B
CMake
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)
|