diff options
| author | root <[email protected]> | 2024-04-18 01:44:18 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-04-18 01:44:18 +0000 |
| commit | 40ee1485b279d4d1176331bbd20aea151bef451a (patch) | |
| tree | 0debb2924a75963b252c3781fd750e4eff375ae1 /shaping | |
| parent | 5bbf139b7813de744a325bcc1e660a343fe86547 (diff) | |
add jemalloc
Diffstat (limited to 'shaping')
| -rw-r--r-- | shaping/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/CMakeLists.txt b/shaping/CMakeLists.txt index da34504..a8a0174 100644 --- a/shaping/CMakeLists.txt +++ b/shaping/CMakeLists.txt @@ -12,8 +12,8 @@ add_executable(shaping_engine src/main.cpp) target_link_libraries(shaping_engine PUBLIC shaper) target_link_libraries(shaping_engine PUBLIC maatframe) target_link_libraries(shaping_engine PUBLIC mrzcpd) +target_link_libraries(shaping_engine PUBLIC libjemalloc-static unwind dl) target_link_libraries(shaping_engine PUBLIC swarmkv) -target_link_libraries(shaping_engine PUBLIC libjemalloc-static dl) install(TARGETS shaping_engine RUNTIME DESTINATION bin COMPONENT Program) |
