all repos — mgba @ 4f3e77c87ebf983a38f53b576f09a37b8c3c5d06

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})