From: <pat...@us...> - 2012-07-30 15:05:33
|
Revision: 702 http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=702&view=rev Author: patrickh Date: 2012-07-30 15:05:22 +0000 (Mon, 30 Jul 2012) Log Message: ----------- Add cppdom-config back into the install target. Submitted by: Doug McCorkle Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2012-07-30 15:04:41 UTC (rev 701) +++ trunk/CMakeLists.txt 2012-07-30 15:05:22 UTC (rev 702) @@ -64,6 +64,10 @@ DESTINATION ${FLAGPOLL_INFO_DIR} COMPONENT Development) +install(FILES cppdom-config + DESTINATION ${BIN_DIR} + COMPONENT Development) + ### # Perform build configuration of dependencies ### This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |