From: <ai...@us...> - 2009-02-01 03:00:51
|
Revision: 9425 http://plplot.svn.sourceforge.net/plplot/?rev=9425&view=rev Author: airwin Date: 2009-02-01 03:00:48 +0000 (Sun, 01 Feb 2009) Log Message: ----------- Add Lua examples to test target in Makefile for installed examples. Modified Paths: -------------- trunk/examples/CMakeLists.txt Modified: trunk/examples/CMakeLists.txt =================================================================== --- trunk/examples/CMakeLists.txt 2009-02-01 01:28:28 UTC (rev 9424) +++ trunk/examples/CMakeLists.txt 2009-02-01 03:00:48 UTC (rev 9425) @@ -130,6 +130,10 @@ set(PSC_TCL_COMMENT "#") endif(NOT ENABLE_tcl) + if(NOT ENABLE_lua) + set(PSC_LUA_COMMENT "#") + endif(NOT ENABLE_lua) + else(PLD_ps) set(PSC_ADA_COMMENT "#") set(PSC_C_COMMENT "#") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |