From: <and...@us...> - 2009-02-23 09:56:45
|
Revision: 9584 http://plplot.svn.sourceforge.net/plplot/?rev=9584&view=rev Author: andrewross Date: 2009-02-23 09:56:40 +0000 (Mon, 23 Feb 2009) Log Message: ----------- bindings/tk needs to include lib/qsastime in the include path as it makes use of plplotP.h Modified Paths: -------------- trunk/bindings/tk/CMakeLists.txt Modified: trunk/bindings/tk/CMakeLists.txt =================================================================== --- trunk/bindings/tk/CMakeLists.txt 2009-02-23 03:31:55 UTC (rev 9583) +++ trunk/bindings/tk/CMakeLists.txt 2009-02-23 09:56:40 UTC (rev 9584) @@ -90,6 +90,7 @@ ${TK_INCLUDE_PATH} ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/bindings/tcl + ${CMAKE_SOURCE_DIR}/lib/qsastime ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/include This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |