aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-protobuf')
-rw-r--r--libcmix-protobuf/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcmix-protobuf/CMakeLists.txt b/libcmix-protobuf/CMakeLists.txt
index 725cbf3..c080220 100644
--- a/libcmix-protobuf/CMakeLists.txt
+++ b/libcmix-protobuf/CMakeLists.txt
@@ -24,4 +24,6 @@ target_compile_options(cmix-protobuf
PRIVATE -Wno-unused-parameter
)
-target_link_libraries(cmix-protobuf ${Protobuf_LIBRARIES}) \ No newline at end of file
+target_link_libraries(cmix-protobuf
+ PRIVATE ${Protobuf_LIBRARIES}
+) \ No newline at end of file