MushMachine/screens/CMakeLists.txt

9 lines
123 B
CMake

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