BizHawk/ppsspp/native/gfx/CMakeLists.txt

15 lines
202 B
CMake
Raw Normal View History

2013-06-25 00:14:35 +00:00
set(SRCS
gl_debug_log.cpp
gl_lost_manager.cpp
texture.cpp
texture_atlas.cpp
texture_gen.cpp)
set(SRCS ${SRCS})
add_library(gfx STATIC ${SRCS})
if(UNIX)
add_definitions(-fPIC)
endif(UNIX)