1
0
mirror of https://github.com/fumiama/simple-protobuf.git synced 2026-06-27 14:50:24 +08:00

统一名字

This commit is contained in:
fumiama
2021-05-18 16:32:20 +08:00
parent 73d1f93e0d
commit 2694f14433

View File

@@ -9,6 +9,7 @@ endif()
add_library(spb SHARED protobuf.c)
add_library(spb_static STATIC protobuf.c)
set_target_properties(spb_static PROPERTIES OUTPUT_NAME spb)
add_executable(t test.c)
target_link_libraries(t spb)