These were required with previous versions of esp-idf, but it seems to build fine now without them on 4.4/5.0
6 lines
195 B
CMake
6 lines
195 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
set(COMPONENTS "main retro-go nofrendo gnuboy pce-go gw-emulator handy smsplus snes9x")
|
|
set(RG_ENABLE_NETWORKING 0)
|
|
include(../base.cmake)
|
|
project(retro-core)
|