mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
feat(Cmake/Build): Use interface targets for inheriting flags and definitions (#2255)
Co-authored-by: Naios Naios@users.noreply.github.com
This commit is contained in:
2
deps/jemalloc/CMakeLists.txt
vendored
2
deps/jemalloc/CMakeLists.txt
vendored
@@ -85,6 +85,8 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND SERVERS AND NOT NOJEM)
|
||||
-D_REENTRAN)
|
||||
|
||||
target_link_libraries(jemalloc
|
||||
PRIVATE
|
||||
acore-dependency-interface
|
||||
PUBLIC
|
||||
threads
|
||||
${CMAKE_DL_LIBS})
|
||||
|
||||
Reference in New Issue
Block a user