diff options
Diffstat (limited to 'dep/jemalloc/CMakeLists.txt')
-rw-r--r-- | dep/jemalloc/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/jemalloc/CMakeLists.txt b/dep/jemalloc/CMakeLists.txt index 6362714f2ee..1d2a72c8f4b 100644 --- a/dep/jemalloc/CMakeLists.txt +++ b/dep/jemalloc/CMakeLists.txt @@ -83,6 +83,8 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM) -D_REENTRAN) target_link_libraries(jemalloc + PRIVATE + trinity-dependency-interface PUBLIC threads valgrind |