mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-24 19:00:54 +00:00
11 lines
183 B
CMake
11 lines
183 B
CMake
cmake_minimum_required(VERSION 2.6)
|
|
|
|
#if(UNIX)
|
|
add_definitions(-fPIC)
|
|
add_definitions(-g)
|
|
add_definitions(-O2)
|
|
add_definitions(-Wall)
|
|
#endif(UNIX)
|
|
|
|
add_library(stb_image stb_image.c)
|