Add new source files in CMakeLists.txt

This commit is contained in:
LegendaryGuard 2023-07-27 00:00:00 +02:00
parent f9ca75f475
commit ef92e104a0

View file

@ -342,7 +342,9 @@ set(src_game
game/Moveable.cpp
game/MultiplayerGame.cpp
game/Player.cpp
game/PlayerArtifacts.cpp
game/PlayerIcon.cpp
game/PlayerScriptEvents.cpp
game/PlayerView.cpp
game/Projectile.cpp
game/Pvs.cpp
@ -360,6 +362,9 @@ set(src_game
game/ai/AI.cpp
game/ai/AI_events.cpp
game/ai/AI_pathing.cpp
game/ai/AI_Golem.cpp
game/ai/AI_Shadowspawn.cpp
game/ai/AI_Veloxite.cpp
game/ai/AI_Vagary.cpp
game/gamesys/DebugGraph.cpp
game/gamesys/Class.cpp
@ -393,6 +398,12 @@ set(src_game
game/physics/Physics_Static.cpp
game/physics/Physics_StaticMulti.cpp
game/physics/Push.cpp
game/objects/Leaf.cpp
game/objects/LeafEmitter.cpp
game/objects/Tree.cpp
game/projectiles/FireStorm.cpp
game/projectiles/Soul.cpp
game/projectiles/Wraithverge.cpp
${src_game_mod}
)