Skip to content

Commit 8baa4b0

Browse files
committed
cmake: Fix protobuf build so that DEBUG_PROTOBUF works.
1 parent db80cb4 commit 8baa4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdk/protobuf/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ SET(LIBPROTOBUF_LITE_SOURCES
222222
${PROTO_SRC_DIR}/google/protobuf/stubs/common.cc
223223
${PROTO_SRC_DIR}/google/protobuf/stubs/hash.h
224224
${PROTO_SRC_DIR}/google/protobuf/stubs/int128.cc
225+
${PROTO_SRC_DIR}/google/protobuf/stubs/io_win32.cc
225226
${PROTO_SRC_DIR}/google/protobuf/stubs/map_util.h
226227
${PROTO_SRC_DIR}/google/protobuf/stubs/status.cc
227228
${PROTO_SRC_DIR}/google/protobuf/stubs/stringpiece.cc

0 commit comments

Comments
 (0)