MushMachine/screens/CMakeLists.txt
Green Sky 6b06d5cb99 update all cmake files to version 3.9
other misc cmake fixes

version 3.9 allows for ipo (lto)
2022-05-03 19:33:19 +02:00

9 lines
123 B
CMake

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