Skip to content

Commit 33f1516

Browse files
authored
[CORE] Move Babylon tool to Core (#720)
1 parent d38b486 commit 33f1516

File tree

135 files changed

+7
-21162
lines changed

Some content is hidden

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

135 files changed

+7
-21162
lines changed

GeneralsMD/Code/Tools/Babylon/CMakeLists.txt renamed to Core/Tools/Babylon/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ set(BABYLON_SRC
5151
"XLStuff.h"
5252
)
5353

54-
add_executable(z_babylon WIN32)
55-
set_target_properties(z_babylon PROPERTIES OUTPUT_NAME babylon)
54+
add_executable(core_babylon WIN32)
55+
set_target_properties(core_babylon PROPERTIES OUTPUT_NAME babylon)
5656

57-
target_sources(z_babylon PRIVATE ${BABYLON_SRC})
57+
target_sources(core_babylon PRIVATE ${BABYLON_SRC})
5858

59-
target_link_libraries(z_babylon PRIVATE
59+
target_link_libraries(core_babylon PRIVATE
6060
core_config
6161
)
6262

6363
if(WIN32 OR "${CMAKE_SYSTEM}" MATCHES "Windows")
64-
target_compile_definitions(z_babylon PRIVATE _AFXDLL)
65-
target_sources(z_babylon PRIVATE Babylon.rc)
64+
target_compile_definitions(core_babylon PRIVATE _AFXDLL)
65+
target_sources(core_babylon PRIVATE Babylon.rc)
6666
endif()

0 commit comments

Comments
 (0)