Skip to content

Commit 5d53a71

Browse files
committed
fix: Add DataChunkConverter to Tools CMakeLists
1 parent dae09ff commit 5d53a71

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Generals/Code/Tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Build useful tool binaries.
44
if(RTS_BUILD_GENERALS_TOOLS)
5+
add_subdirectory(DataChunkConverter)
56
add_subdirectory(GUIEdit)
67
add_subdirectory(ImagePacker)
78
add_subdirectory(MapCacheBuilder)

GeneralsMD/Code/Tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
# Build useful tool binaries.
44
if(RTS_BUILD_ZEROHOUR_TOOLS)
5+
add_subdirectory(DataChunkConverter)
56
add_subdirectory(GUIEdit)
67
add_subdirectory(ImagePacker)
78
add_subdirectory(MapCacheBuilder)

0 commit comments

Comments
 (0)