gtsam/cmake/HandlePerfTools.cmake

5 lines
219 B
CMake
Raw Normal View History

###############################################################################
# Find Google perftools
find_package(GooglePerfTools)
2024-12-02 07:58:06 +08:00
target_link_libraries(${PROJECT_NAME} ${GPERFTOOLS_TCMALLOC} ${GPERFTOOLS_PROFILER})