1
0
mirror of https://github.com/fumiama/simple-protobuf.git synced 2026-06-05 16:30:25 +08:00

规范install

This commit is contained in:
fumiama
2021-05-18 16:19:31 +08:00
parent cf91489ef4
commit 7cc46c8a03

View File

@@ -12,4 +12,4 @@ add_executable(t test.c)
target_link_libraries(t spb)
INSTALL(TARGETS spb LIBRARY DESTINATION lib)
INSTALL(TARGETS spb PUBLIC_HEADER DESTINATION include)
INSTALL(FILES simple_protobuf.h DESTINATION include)