diff --git a/CMakeLists.txt b/CMakeLists.txt index d4ee7ad..2641f9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) \ No newline at end of file