We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b563eef commit 0b163bdCopy full SHA for 0b163bd
Core/GameEngine/CMakeLists.txt
@@ -132,6 +132,7 @@ set(GAMEENGINE_SRC
132
# Include/Common/Upgrade.h
133
#Include/Common/urllaunch.h # unused
134
# Include/Common/UserPreferences.h
135
+ Include/Common/OptionPreferences.h
136
# Include/Common/version.h
137
# Include/Common/WellKnownKeys.h
138
Include/Common/WorkerProcess.h
@@ -686,6 +687,7 @@ set(GAMEENGINE_SRC
686
687
# Source/Common/Thing/ThingFactory.cpp
688
# Source/Common/Thing/ThingTemplate.cpp
689
# Source/Common/UserPreferences.cpp
690
+ Source/Common/OptionPreferences.cpp
691
# Source/Common/version.cpp
692
Source/Common/WorkerProcess.cpp
693
# Source/GameClient/ClientInstance.cpp
0 commit comments