mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2025-04-23 17:51:05 +00:00
Add new source files in CMakeLists.txt
This commit is contained in:
parent
f9ca75f475
commit
ef92e104a0
1 changed files with 11 additions and 0 deletions
|
@ -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}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue