mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
Some minor changes
This commit is contained in:
@@ -13,7 +13,6 @@ modules/*
|
||||
modules/*/*
|
||||
!modules/*/.gitignore
|
||||
!modules/uwd/*
|
||||
!modules/uwd/cmake-utils/*
|
||||
modules/uwd/joiner
|
||||
!modules/hw-core/*
|
||||
!modules/acore/*
|
||||
|
||||
+3
-1
@@ -25,8 +25,10 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH 0)
|
||||
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
|
||||
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH 1)
|
||||
|
||||
set(AC_PATH_ROOT "${CMAKE_SOURCE_DIR}")
|
||||
|
||||
# set macro-directory
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/modules/acore/cmake/macros")
|
||||
set(CMAKE_MODULE_PATH "${AC_PATH_ROOT}/modules/acore/cmake/macros")
|
||||
|
||||
include(CheckCXXSourceRuns)
|
||||
include(CheckIncludeFiles)
|
||||
|
||||
Reference in New Issue
Block a user