Skip to content

Commit 6f31505

Browse files
committed
Add JSON chunk files to Core CMakeLists.txt
1 parent a6e2a50 commit 6f31505

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Core/GameEngine/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ set(GAMEENGINE_SRC
5757
# Include/Common/GameType.h
5858
Include/Common/GameUtility.h
5959
# Include/Common/Geometry.h
60+
Include/Common/JSONChunkInput.h
61+
Include/Common/JSONChunkOutput.h
6062
# Include/Common/GlobalData.h
6163
# Include/Common/Handicap.h
6264
# Include/Common/IgnorePreferences.h
@@ -646,6 +648,8 @@ set(GAMEENGINE_SRC
646648
# Source/Common/System/CriticalSection.cpp
647649
# Source/Common/System/DataChunk.cpp
648650
Source/Common/System/Debug.cpp
651+
Source/Common/System/JSONChunkInput.cpp
652+
Source/Common/System/JSONChunkOutput.cpp
649653
# Source/Common/System/Directory.cpp
650654
# Source/Common/System/DisabledTypes.cpp
651655
# Source/Common/System/encrypt.cpp

0 commit comments

Comments
 (0)