link gperftools libraries

release/4.3a0
Varun Agrawal 2024-12-01 18:58:06 -05:00
parent be4964927c
commit 486feeb385
1 changed files with 1 additions and 0 deletions

View File

@ -2,3 +2,4 @@
############################################################################### ###############################################################################
# Find Google perftools # Find Google perftools
find_package(GooglePerfTools) find_package(GooglePerfTools)
target_link_libraries(${PROJECT_NAME} ${GPERFTOOLS_TCMALLOC} ${GPERFTOOLS_PROFILER})