PROTON-1127: [C++ binding] Install qpid-proton-cpp.dll
diff --git a/proton-c/bindings/cpp/CMakeLists.txt b/proton-c/bindings/cpp/CMakeLists.txt
index 85c0458..15b760e 100644
--- a/proton-c/bindings/cpp/CMakeLists.txt
+++ b/proton-c/bindings/cpp/CMakeLists.txt
@@ -99,7 +99,8 @@
 ## Install
 
 install(TARGETS qpid-proton-cpp
-  EXPORT  proton
+  EXPORT  proton-cpp
+  RUNTIME DESTINATION bin
   ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
   LIBRARY DESTINATION ${LIB_INSTALL_DIR})