mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-10-29 22:45:34 +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()
|
|
|