diff options
author | Kargatum <dowlandtop@yandex.com> | 2019-09-18 20:04:48 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-18 20:04:48 +0700 |
commit | 0e6c9a18f4f3f82ec431aad7101bdf58b8f5d63f (patch) | |
tree | a07b16890546f20ce671caa4cf128c70673369ed /deps/jemalloc | |
parent | 91d62373ccfbf17381ab149b5eb31c1cdc1a5574 (diff) |
feat(Cmake/Build): Use interface targets for inheriting flags and definitions (#2255)
Co-authored-by: Naios Naios@users.noreply.github.com
Diffstat (limited to 'deps/jemalloc')
-rw-r--r-- | deps/jemalloc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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}) |