all repos — mgba @ 340d3ce6a7387431e6defcacb63c263f84ab5340

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