all repos — mgba @ e89f49459a64f9af74a28ac9c86bd77a3f2afeb8

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