Skip to content

Commit

Permalink
conf
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed May 23, 2024
1 parent 64e1127 commit f114999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/struct_pack/benchmark/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ cc_binary(
"no_op.cpp",
"no_op.h",
"sample.hpp",
"struct_pb_sample.hpp",
"struct_pack_sample.hpp",
"msgpack_sample.hpp"
],
Expand Down
2 changes: 2 additions & 0 deletions src/struct_pb/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ if (Protobuf_FOUND)
# message(STATUS "Proto header files: ${PROTO_HDRS}")
add_executable(struct_pb_test ${PROTO_SRCS} ${TEST_PROTO})
target_link_libraries(struct_pb_test PRIVATE protobuf::libprotobuf)
add_test(NAME struct_pb_test COMMAND struct_pb_test)
else()
add_executable(struct_pb_test ${TEST_PROTO})
add_test(NAME struct_pb_test COMMAND struct_pb_test)
endif()

0 comments on commit f114999

Please sign in to comment.