mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
This commit is contained in:
@@ -34,7 +34,7 @@ include(CheckIncludeFiles)
|
||||
# some utils for cmake
|
||||
include(modules/uwd/cmake-utils/utils.cmake)
|
||||
|
||||
include(ScriptsMacro)
|
||||
include(src/cmake/ac_macros.cmake)
|
||||
|
||||
# set default buildoptions and print them
|
||||
include(conf/config.cmake.dist)
|
||||
@@ -80,10 +80,10 @@ if(NOT WITHOUT_GIT)
|
||||
endif()
|
||||
|
||||
# Find revision ID and hash of the sourcetree
|
||||
include(modules/acore/cmake/genrev.cmake)
|
||||
include(src/cmake/genrev.cmake)
|
||||
|
||||
# print out the results before continuing
|
||||
include(modules/acore/cmake/showoptions.cmake)
|
||||
include(src/cmake/showoptions.cmake)
|
||||
|
||||
# add modules and dependencies
|
||||
CU_SUBDIRLIST(sub_DIRS "${CMAKE_SOURCE_DIR}/modules" FALSE FALSE)
|
||||
|
||||
Reference in New Issue
Block a user