retro-go/fmsx/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
138 B
CMake

cmake_minimum_required(VERSION 3.5)
set(COMPONENTS "main retro-go fmsx")
set(RG_ENABLE_NETWORKING 0)
include(../base.cmake)
project(fmsx)