Skip to content

Commit 0b163bd

Browse files
committed
Add OptionPreferences files to Core build configuration
1 parent b563eef commit 0b163bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ set(GAMEENGINE_SRC
132132
# Include/Common/Upgrade.h
133133
#Include/Common/urllaunch.h # unused
134134
# Include/Common/UserPreferences.h
135+
Include/Common/OptionPreferences.h
135136
# Include/Common/version.h
136137
# Include/Common/WellKnownKeys.h
137138
Include/Common/WorkerProcess.h
@@ -686,6 +687,7 @@ set(GAMEENGINE_SRC
686687
# Source/Common/Thing/ThingFactory.cpp
687688
# Source/Common/Thing/ThingTemplate.cpp
688689
# Source/Common/UserPreferences.cpp
690+
Source/Common/OptionPreferences.cpp
689691
# Source/Common/version.cpp
690692
Source/Common/WorkerProcess.cpp
691693
# Source/GameClient/ClientInstance.cpp

0 commit comments

Comments
 (0)