PROTON-1350: Install proton-c core library
- This was missed from the initial PROTON-1350 commit
diff --git a/proton-c/CMakeLists.txt b/proton-c/CMakeLists.txt
index ffc6e10..5f26d43 100644
--- a/proton-c/CMakeLists.txt
+++ b/proton-c/CMakeLists.txt
@@ -554,7 +554,7 @@
 endif(MSVC)
 
 # Install executables and libraries
-install (TARGETS qpid-proton
+install (TARGETS qpid-proton qpid-proton-core
   EXPORT  proton
   RUNTIME DESTINATION bin
   ARCHIVE DESTINATION ${LIB_INSTALL_DIR}