mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-01-09 22:53:14 +01:00
9 lines
123 B
CMake
9 lines
123 B
CMake
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
|
|
|
project(screens)
|
|
|
|
if(NOT MM_HEADLESS)
|
|
add_subdirectory(mm_logo)
|
|
endif()
|
|
|