mirror of
https://github.com/vmangos/core
synced 2026-08-14 16:29:10 -04:00
- Replace ACE with native OS APIs. - Remove TBB - Update gSOAP from `2.7.10` (2008) to `2.8.135` (2024) - Replace `backward.hpp` with `jeremy-rifkin/cpptrace`
6 lines
148 B
CMake
6 lines
148 B
CMake
# This variable is set by project() in CMake 3.21+
|
|
string(
|
|
COMPARE EQUAL
|
|
"${CMAKE_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}"
|
|
PROJECT_IS_TOP_LEVEL
|
|
)
|