|
From: <ai...@us...> - 2009-06-30 23:16:15
|
Revision: 10103
http://plplot.svn.sourceforge.net/plplot/?rev=10103&view=rev
Author: airwin
Date: 2009-06-30 23:16:12 +0000 (Tue, 30 Jun 2009)
Log Message:
-----------
Install pytkdemo and its associated examples (currently called x??.py).
Modified Paths:
--------------
trunk/examples/python/CMakeLists.txt
Modified: trunk/examples/python/CMakeLists.txt
===================================================================
--- trunk/examples/python/CMakeLists.txt 2009-06-30 19:37:36 UTC (rev 10102)
+++ trunk/examples/python/CMakeLists.txt 2009-06-30 23:16:12 UTC (rev 10103)
@@ -74,6 +74,31 @@
test_circle.py
)
+if(ENABLE_tk)
+ set(python_SCRIPTS ${python_SCRIPTS}
+ pytkdemo
+ x01.py
+ x02.py
+ x03.py
+ x04.py
+ x05.py
+ x06.py
+ x07.py
+ x08.py
+ x09.py
+ x10.py
+ x11.py
+ x12.py
+ x13.py
+ x14.py
+ x15.py
+ x16.py
+ x17.py
+ x18.py
+ x19.py
+ )
+endif(ENABLE_tk)
+
if(ENABLE_pyqt4)
set(
python_SCRIPTS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|