Skip to content

Commit 32c7126

Browse files
committed
Add OptionPreferences to build configuration
1 parent 8eff6ef commit 32c7126

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ set(GAMEENGINE_SRC
636636
Source/Common/Thing/ThingFactory.cpp
637637
Source/Common/Thing/ThingTemplate.cpp
638638
Source/Common/UserPreferences.cpp
639+
Source/Common/OptionPreferences.cpp
639640
Source/Common/version.cpp
640641
# Source/Common/WorkerProcess.cpp
641642
Source/GameClient/ClientInstance.cpp

GeneralsMD/Code/GameEngine/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,7 @@ set(GAMEENGINE_SRC
678678
Source/Common/Thing/ThingFactory.cpp
679679
Source/Common/Thing/ThingTemplate.cpp
680680
Source/Common/UserPreferences.cpp
681+
Source/Common/OptionPreferences.cpp
681682
Source/Common/version.cpp
682683
# Source/Common/WorkerProcess.cpp
683684
Source/GameClient/ClientInstance.cpp

0 commit comments

Comments
 (0)