Loading CMakeLists.txt +2 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,8 @@ target_include_directories(test_main PUBLIC src/) target_include_directories(benchmark_main PUBLIC src/) add_library(sled STATIC "") if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools EXCLUDE_FROM_ALL) endif() # if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools # EXCLUDE_FROM_ALL) endif() add_subdirectory(3party/asio EXCLUDE_FROM_ALL) add_subdirectory(3party/minilua EXCLUDE_FROM_ALL) Loading Loading
CMakeLists.txt +2 −3 Original line number Diff line number Diff line Loading @@ -30,9 +30,8 @@ target_include_directories(test_main PUBLIC src/) target_include_directories(benchmark_main PUBLIC src/) add_library(sled STATIC "") if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools EXCLUDE_FROM_ALL) endif() # if(CMAKE_SYSTEM_NAME STREQUAL "Linux") add_subdirectory(3party/gperftools # EXCLUDE_FROM_ALL) endif() add_subdirectory(3party/asio EXCLUDE_FROM_ALL) add_subdirectory(3party/minilua EXCLUDE_FROM_ALL) Loading