Skip to content

Commit 0d4fd9c

Browse files
committed
add to cmake
1 parent 16d6673 commit 0d4fd9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

google/cloud/bigtable/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,9 @@ google_cloud_cpp_add_pkgconfig(
353353
"google_cloud_cpp_grpc_utils"
354354
"google_cloud_cpp_common"
355355
"google_cloud_cpp_bigtable_protos"
356-
${EXTRA_MODULES})
356+
${EXTRA_MODULES}
357+
LIBS
358+
crc32c)
357359

358360
# Create and install the CMake configuration files.
359361
include(CMakePackageConfigHelpers)

0 commit comments

Comments
 (0)