From e60bfebb0c5f3a740a63b9db88afe6f874e09898 Mon Sep 17 00:00:00 2001 From: fr500 Date: Thu, 15 Jun 2017 14:58:21 -0500 Subject: [PATCH] add CMAKE recipes --- recipes/windows/cores-windows-x64_seh-cmake | 2 ++ recipes/windows/cores-windows-x64_seh-cmake.conf | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 recipes/windows/cores-windows-x64_seh-cmake create mode 100644 recipes/windows/cores-windows-x64_seh-cmake.conf diff --git a/recipes/windows/cores-windows-x64_seh-cmake b/recipes/windows/cores-windows-x64_seh-cmake new file mode 100644 index 00000000..8185836d --- /dev/null +++ b/recipes/windows/cores-windows-x64_seh-cmake @@ -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 . diff --git a/recipes/windows/cores-windows-x64_seh-cmake.conf b/recipes/windows/cores-windows-x64_seh-cmake.conf new file mode 100644 index 00000000..c035ac43 --- /dev/null +++ b/recipes/windows/cores-windows-x64_seh-cmake.conf @@ -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