this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added lipo script and moved all CMake scripts to scripts/.

+4 -1
+1 -1
CMakeLists.txt
··· 29 29 30 30 set(SDL_gpu_VERSION 0.9.0) 31 31 32 - set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/CMake_scripts) 32 + set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/scripts) 33 33 34 34 if ( SDL_gpu_BUILD_DEBUG ) 35 35 SET(CMAKE_BUILD_TYPE Debug)
CMake_scripts/FindFFMPEG.cmake scripts/FindFFMPEG.cmake
CMake_scripts/FindOpenGLES.cmake scripts/FindOpenGLES.cmake
CMake_scripts/FindPkgMacros.cmake scripts/FindPkgMacros.cmake
CMake_scripts/FindSDL2.cmake scripts/FindSDL2.cmake
CMake_scripts/FindSTBI.cmake scripts/FindSTBI.cmake
CMake_scripts/FindSTBI_write.cmake scripts/FindSTBI_write.cmake
+3
scripts/lipo-combine.sh
··· 1 + #! /bin/bash 2 + 3 + lipo -create $@ -output liboutput.a