From 486feeb385345d13698e67a0ff4f20161ad8de57 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sun, 1 Dec 2024 18:58:06 -0500 Subject: [PATCH] link gperftools libraries --- cmake/HandlePerfTools.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/HandlePerfTools.cmake b/cmake/HandlePerfTools.cmake index 499caf80a..6c455d952 100644 --- a/cmake/HandlePerfTools.cmake +++ b/cmake/HandlePerfTools.cmake @@ -2,3 +2,4 @@ ############################################################################### # Find Google perftools find_package(GooglePerfTools) +target_link_libraries(${PROJECT_NAME} ${GPERFTOOLS_TCMALLOC} ${GPERFTOOLS_PROFILER}) \ No newline at end of file