mirror of https://github.com/mgba-emu/mgba.git
Move CMakeList
This commit is contained in:
parent
09455b50d3
commit
b07e052698
|
@ -1,4 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project(GBAc)
|
||||
file(GLOB SOURCES *.c)
|
||||
set(CMAKE_C_FLAGS_DEBUG "-g -Wall -Wextra")
|
||||
file(GLOB SOURCES src/*.c)
|
||||
add_executable(gbac ${SOURCES})
|
Loading…
Reference in New Issue