mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 10:46:37 +02:00
9 lines
130 B
CMake
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()
|
|
|