|
From: <ai...@us...> - 2009-08-25 20:06:43
|
Revision: 10335
http://plplot.svn.sourceforge.net/plplot/?rev=10335&view=rev
Author: airwin
Date: 2009-08-25 20:06:36 +0000 (Tue, 25 Aug 2009)
Log Message:
-----------
Export all driver targets for the DYNDRIVERS case.
Modified Paths:
--------------
trunk/drivers/CMakeLists.txt
Modified: trunk/drivers/CMakeLists.txt
===================================================================
--- trunk/drivers/CMakeLists.txt 2009-08-25 19:47:01 UTC (rev 10334)
+++ trunk/drivers/CMakeLists.txt 2009-08-25 20:06:36 UTC (rev 10335)
@@ -192,7 +192,12 @@
list(APPEND test_dyndrivers_TDEPENDS ${SOURCE_ROOT_NAME})
endif(TEST_DYNDRIVERS AND NOT CMAKE_CROSSCOMPILING)
- install(TARGETS ${SOURCE_ROOT_NAME} DESTINATION ${DRV_DIR})
+ install(TARGETS ${SOURCE_ROOT_NAME}
+ EXPORT export_plplot
+ DESTINATION ${DRV_DIR}
+ )
+ install(EXPORT export_plplot DESTINATION ${DATA_DIR}/examples/cmake/modules)
+
install(
FILES ${CMAKE_CURRENT_BINARY_DIR}/${SOURCE_ROOT_NAME}.rc
DESTINATION ${DRV_DIR}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|