mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
feat(Core/Modules): add separated lib for modules (#9281)
This commit is contained in:
@@ -122,11 +122,11 @@ include(src/cmake/showoptions.cmake)
|
||||
|
||||
add_subdirectory(deps)
|
||||
|
||||
if( SERVERS OR TOOLS)
|
||||
if (SERVERS OR TOOLS)
|
||||
add_subdirectory(src/common)
|
||||
endif()
|
||||
|
||||
if( TOOLS )
|
||||
if (TOOLS)
|
||||
add_subdirectory(src/tools)
|
||||
endif()
|
||||
|
||||
@@ -139,6 +139,9 @@ CU_RUN_HOOK("BEFORE_SRC_LOAD")
|
||||
# add core sources
|
||||
add_subdirectory(src)
|
||||
|
||||
# add modules sources
|
||||
add_subdirectory(modules)
|
||||
|
||||
CU_RUN_HOOK("AFTER_SRC_LOAD")
|
||||
|
||||
if( BUILD_TESTING )
|
||||
|
||||
Reference in New Issue
Block a user