mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Fixed CMakeLists missing EnvironmentProbe file
This commit is contained in:
parent
60f330874d
commit
a0dfca7596
1 changed files with 2 additions and 0 deletions
|
@ -619,6 +619,7 @@ set(GAMED3XP_INCLUDES
|
|||
d3xp/Camera.h
|
||||
#d3xp/EndLevel.h
|
||||
d3xp/Entity.h
|
||||
d3xp/EnvironmentProbe.h
|
||||
d3xp/Fx.h
|
||||
d3xp/Game.h
|
||||
d3xp/GameEdit.h
|
||||
|
@ -656,6 +657,7 @@ set(GAMED3XP_SOURCES
|
|||
d3xp/Camera.cpp
|
||||
#d3xp/EndLevel.cpp
|
||||
d3xp/Entity.cpp
|
||||
d3xp/EnvironmentProbe.cpp
|
||||
d3xp/Fx.cpp
|
||||
d3xp/GameEdit.cpp
|
||||
d3xp/Game_local.cpp
|
||||
|
|
Loading…
Reference in a new issue