mirror of
https://github.com/mlaux/gb6.git
synced 2025-03-12 23:29:41 +00:00
think I got cmake working fine
This commit is contained in:
parent
1ee2c53524
commit
c1873bdc05
@ -1,3 +1,5 @@
|
||||
project(GameBoyEmulator)
|
||||
cmake_minimum_required(VERSION 3.9)
|
||||
add_application(Emulator
|
||||
src/bootstrap.c
|
||||
src/cpu.c
|
||||
|
6
compile.sh
Executable file
6
compile.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake .. -DCMAKE_TOOLCHAIN_FILE=../../Retro68-build/toolchain/m68k-apple-macos/cmake/retro68.toolchain.cmake
|
||||
make
|
||||
cd ..
|
Loading…
x
Reference in New Issue
Block a user