feat remove gperftools

This commit is contained in:
tqcq 2024-12-03 16:16:58 +08:00
parent 62379cdc2b
commit a2e8981793

View File

@ -30,9 +30,8 @@ target_include_directories(test_main PUBLIC src/)
target_include_directories(benchmark_main PUBLIC src/) target_include_directories(benchmark_main PUBLIC src/)
add_library(sled STATIC "") add_library(sled STATIC "")
if(CMAKE_SYSTEM_NAME STREQUAL "Linux") # if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools
add_subdirectory(3party/gperftools EXCLUDE_FROM_ALL) # EXCLUDE_FROM_ALL) endif()
endif()
add_subdirectory(3party/asio EXCLUDE_FROM_ALL) add_subdirectory(3party/asio EXCLUDE_FROM_ALL)
add_subdirectory(3party/minilua EXCLUDE_FROM_ALL) add_subdirectory(3party/minilua EXCLUDE_FROM_ALL)