all repos — mgba @ 87863ad97ad4d7f8facb8e93ae5f14121f80ced9

mGBA Game Boy Advance Emulator

src/CMakeLists.txt (view raw)

1cmake_minimum_required(VERSION 2.6)
2project(GBAc)
3file(GLOB SOURCES *.c)
4add_executable(gbac ${SOURCES})