add CMAKE recipes

This commit is contained in:
fr500 2017-06-15 14:58:21 -05:00
parent 79290fa195
commit e60bfebb0c
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,2 @@
citra libretro-citra https://github.com/libretro/citra.git master SUBMODULE YES CMAKE Makefile build -G "MSYS Makefiles" -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DCMAKE_BUILD_TYPE="Release" --target citra_libretro ..
px68k libretro-px68k https://github.com/libretro/px68k-libretro.git master PROJECT YES GENERIC Makefile.libretro .

View File

@ -0,0 +1,11 @@
PATH /mingw64/bin
MSYSTEM MINGW64
platform MINGW64
PLATFORM windows
ARCH x86_64
MAKE make.exe
CMAKE cmake.exe
CC gcc
CXX g++
CXX11 g++
CORE_JOB YES