From 0e6c9a18f4f3f82ec431aad7101bdf58b8f5d63f Mon Sep 17 00:00:00 2001 From: Kargatum Date: Wed, 18 Sep 2019 20:04:48 +0700 Subject: feat(Cmake/Build): Use interface targets for inheriting flags and definitions (#2255) Co-authored-by: Naios Naios@users.noreply.github.com --- deps/jemalloc/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/jemalloc') diff --git a/deps/jemalloc/CMakeLists.txt b/deps/jemalloc/CMakeLists.txt index 5011d454b0..fa2a51c0ec 100644 --- a/deps/jemalloc/CMakeLists.txt +++ b/deps/jemalloc/CMakeLists.txt @@ -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}) -- cgit v1.2.3