all repos — mgba @ 9a7f0f4a74a9e76c6a71d321c6c1214178818fe2

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