Files
MushMachine/screens/CMakeLists.txt
2025-05-21 12:05:51 +02:00

9 lines
130 B
CMake

cmake_minimum_required(VERSION 3.9...3.16 FATAL_ERROR)
project(screens)
if(NOT MM_HEADLESS)
add_subdirectory(mm_logo)
endif()