mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2024-11-14 19:13:01 +01:00
8 lines
114 B
CMake
8 lines
114 B
CMake
|
cmake_minimum_required(VERSION 3.2)
|
||
|
project(screens CXX)
|
||
|
|
||
|
if(NOT MM_HEADLESS)
|
||
|
add_subdirectory(mm_logo)
|
||
|
endif()
|
||
|
|