mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(Tools/DbImport): implement separated app for importing DB (#11614)
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
|
||||
message("")
|
||||
|
||||
# Make the script module list available in the current scope
|
||||
GetModuleSourceList(MODULES_MODULE_LIST)
|
||||
|
||||
@@ -290,7 +288,7 @@ target_include_directories(modules
|
||||
${CMAKE_CURRENT_SOURCE_DIR}
|
||||
${PUBLIC_INCLUDES})
|
||||
|
||||
set_target_properties(scripts
|
||||
set_target_properties(modules
|
||||
PROPERTIES
|
||||
FOLDER
|
||||
"modules")
|
||||
|
||||
Reference in New Issue
Block a user