mirror of
https://github.com/fumiama/simple-protobuf.git
synced 2026-06-27 14:50:24 +08:00
统一名字
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user