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:
parent
91d62373cc
commit
0e6c9a18f4
20 changed files with 291 additions and 72 deletions
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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue