Author: chug
Date: Mon Aug 19 21:30:57 2013
New Revision: 1515614
URL: http://svn.apache.org/r1515614
Log:
PROTON-407: [proton-c] Windows install does not install .lib nor .pdb files
This patch installs the .lib file(s) to the /bin directory.
Modified:
qpid/proton/trunk/proton-c/CMakeLists.txt
Modified: qpid/proton/trunk/proton-c/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/CMakeLists.txt?rev=1515614&r1=1515613&r2=1515614&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/CMakeLists.txt (original)
+++ qpid/proton/trunk/proton-c/CMakeLists.txt Mon Aug 19 21:30:57 2013
@@ -321,6 +321,7 @@ pn_c_files (${qpid-proton-core} ${qpid-p
# Install executables and libraries
install (TARGETS proton proton-dump qpid-proton
RUNTIME DESTINATION bin
+ ARCHIVE DESTINATION bin
LIBRARY DESTINATION ${LIB_INSTALL_DIR})
# Install header files
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]