From c18c8756ff6cd70f006ae3652e798f22aa5bd108 Mon Sep 17 00:00:00 2001 From: helintong Date: Fri, 14 Jun 2024 16:20:40 +0800 Subject: [PATCH] Update CMakeLists.txt --- example/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index e3be6220..e1c2b029 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -32,7 +32,7 @@ endif() if (ENABLE_BROTLI) include_directories(${BROTLI_INCLUDE_DIRS}) target_link_libraries(${project_name} ${BROTLI_LIBRARIES}) - #target_link_libraries(benchmark PRIVATE ${BROTLI_LIBRARIES}) + target_link_libraries(benchmark PRIVATE ${BROTLI_LIBRARIES}) endif() if (ENABLE_SIMD STREQUAL "AARCH64")