Skip to content

Commit 41ce913

Browse files
committed
Add commented-out JSON chunk file entries to Generals and GeneralsMD CMakeLists.txt
1 parent 6f31505 commit 41ce913

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Generals/Code/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ set(GAMEENGINE_SRC
5555
Include/Common/IgnorePreferences.h
5656
Include/Common/INI.h
5757
Include/Common/INIException.h
58+
# Include/Common/JSONChunkInput.h
59+
# Include/Common/JSONChunkOutput.h
5860
Include/Common/KindOf.h
5961
Include/Common/LadderPreferences.h
6062
Include/Common/Language.h
@@ -595,6 +597,8 @@ set(GAMEENGINE_SRC
595597
Source/Common/System/CriticalSection.cpp
596598
Source/Common/System/DataChunk.cpp
597599
# Source/Common/System/Debug.cpp
600+
# Source/Common/System/JSONChunkInput.cpp
601+
# Source/Common/System/JSONChunkOutput.cpp
598602
Source/Common/System/Directory.cpp
599603
Source/Common/System/DisabledTypes.cpp
600604
Source/Common/System/encrypt.cpp

GeneralsMD/Code/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ set(GAMEENGINE_SRC
5858
Include/Common/IgnorePreferences.h
5959
Include/Common/INI.h
6060
Include/Common/INIException.h
61+
# Include/Common/JSONChunkInput.h
62+
# Include/Common/JSONChunkOutput.h
6163
Include/Common/KindOf.h
6264
Include/Common/LadderPreferences.h
6365
Include/Common/Language.h
@@ -637,6 +639,8 @@ set(GAMEENGINE_SRC
637639
Source/Common/System/CriticalSection.cpp
638640
Source/Common/System/DataChunk.cpp
639641
# Source/Common/System/Debug.cpp
642+
# Source/Common/System/JSONChunkInput.cpp
643+
# Source/Common/System/JSONChunkOutput.cpp
640644
Source/Common/System/Directory.cpp
641645
Source/Common/System/DisabledTypes.cpp
642646
Source/Common/System/encrypt.cpp

0 commit comments

Comments
 (0)