![]() |
R-Type
2
Doom but in better
|
Functions | |
cmake_minimum_required (VERSION 3.10) project(RTypeSource) set(CMAKE_CXX_STANDARD 17) include_directories(components) include_directories(ECS/include) include_directories(manager/include) include_directories(systems/include) set(SOURCES ECS/Entity.cpp ECS/Registry.cpp ECS/Random.cpp ECS/Time.cpp manager/Game.cpp manager/GameMessage.cpp manager/Queue.cpp systems/AISystem.cpp systems/CollisionSystem.cpp systems/EventSystem.cpp systems/LifetimeSystem.cpp systems/MovementSystem.cpp systems/PlayerMiscellaneous.cpp systems/SpawnSystem.cpp systems/SyncingSystem.cpp systems/Systems.cpp systems/WeaponSystem.cpp systems/WinSystem.cpp) add_library(RTypeSource STATIC $ | |
cmake_minimum_required | ( | VERSION 3. | 10 | ) |
Definition at line 1 of file CMakeLists.txt.