Skip to content

Commit bc7afb8

Browse files
committed
[CORE] Move W3DView files to Core and setup independent W3DView executables for Generals and Zero Hour (#709)
1 parent a86f95d commit bc7afb8

File tree

241 files changed

+211
-178
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+211
-178
lines changed

Core/Tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ endif()
2525
if(RTS_BUILD_GENERALS_TOOLS OR RTS_BUILD_ZEROHOUR_TOOLS)
2626
add_subdirectory(ImagePacker)
2727
add_subdirectory(MapCacheBuilder)
28+
add_subdirectory(W3DView)
2829
endif()
2930

3031
# Add library interfaces here

0 commit comments

Comments
 (0)