all repos — mgba @ 1928d2b5fc234df201165c6e2e137264822ffd74

mGBA Game Boy Advance Emulator

src/third-party/discord-rpc/CMakeLists.txt (view raw)

 1cmake_minimum_required (VERSION 3.1.0)
 2project (DiscordRPC)
 3
 4include(GNUInstallDirs)
 5
 6# format
 7file(GLOB_RECURSE ALL_SOURCE_FILES
 8    include/*.h
 9    src/*.cpp src/*.h src/*.c
10)
11
12# add subdirs
13
14add_subdirectory(src)