retro-go/retro-core/CMakeLists.txt
Alex Duchesne a7f7435a72 Removed unnecessary esp-idf components
These were required with previous versions of esp-idf, but it seems to build fine now without them on 4.4/5.0
2024-09-19 14:42:02 -04:00

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)