|
From: <ai...@us...> - 2009-11-10 00:07:11
|
Revision: 10569
http://plplot.svn.sourceforge.net/plplot/?rev=10569&view=rev
Author: airwin
Date: 2009-11-10 00:06:52 +0000 (Tue, 10 Nov 2009)
Log Message:
-----------
EXPORT plplot_widgetmodule and _plplotcmodule to make those targets available
for installed examples build.
Modified Paths:
--------------
trunk/bindings/python/CMakeLists.txt
Modified: trunk/bindings/python/CMakeLists.txt
===================================================================
--- trunk/bindings/python/CMakeLists.txt 2009-11-10 00:05:09 UTC (rev 10568)
+++ trunk/bindings/python/CMakeLists.txt 2009-11-10 00:06:52 UTC (rev 10569)
@@ -123,7 +123,8 @@
endif(USE_RPATH)
install(
- TARGETS plplot_widgetmodule _plplotcmodule
+ TARGETS plplot_widgetmodule _plplotcmodule
+ EXPORT export_plplot
LIBRARY
DESTINATION ${PYTHON_INSTDIR}
)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|