mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
initial import, >900commits predate this
This commit is contained in:
10
systems/CMakeLists.txt
Normal file
10
systems/CMakeLists.txt
Normal file
@ -0,0 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.8)
|
||||
project(systems CXX)
|
||||
|
||||
add_subdirectory(simple_velocity)
|
||||
|
||||
if(NOT MM_HEADLESS)
|
||||
add_subdirectory(player_velocity)
|
||||
add_subdirectory(fast_sky_sun)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user