mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-12 19:07:34 +00:00
13 lines
170 B
CMake
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)
|