mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -300,6 +300,11 @@ target_include_directories(modules
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${PUBLIC_INCLUDES})
|
||||
|
||||
# Enables Devs to Include a cmake file in their module that will get run inline with the config.
|
||||
foreach(SOURCE_MODULE ${MODULES_MODULE_LIST})
|
||||
include("${CMAKE_SOURCE_DIR}/modules/${SOURCE_MODULE}/${SOURCE_MODULE}.cmake" OPTIONAL)
|
||||
endforeach()
|
||||
|
||||
set_target_properties(modules
|
||||
PROPERTIES
|
||||
FOLDER
|
||||
|
||||
Reference in New Issue
Block a user