mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
add CMAKE recipes
This commit is contained in:
parent
79290fa195
commit
e60bfebb0c
2
recipes/windows/cores-windows-x64_seh-cmake
Normal file
2
recipes/windows/cores-windows-x64_seh-cmake
Normal 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 .
|
11
recipes/windows/cores-windows-x64_seh-cmake.conf
Normal file
11
recipes/windows/cores-windows-x64_seh-cmake.conf
Normal 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
|
Loading…
Reference in New Issue
Block a user