From: <ai...@us...> - 2009-01-22 19:07:56
|
Revision: 9369 http://plplot.svn.sourceforge.net/plplot/?rev=9369&view=rev Author: airwin Date: 2009-01-22 19:07:47 +0000 (Thu, 22 Jan 2009) Log Message: ----------- Add fonts directory to allow optional build of Hershey fonts. Modified Paths: -------------- trunk/CMakeLists.txt Modified: trunk/CMakeLists.txt =================================================================== --- trunk/CMakeLists.txt 2009-01-22 19:06:52 UTC (rev 9368) +++ trunk/CMakeLists.txt 2009-01-22 19:07:47 UTC (rev 9369) @@ -123,8 +123,7 @@ # is determined by the dependencies between targets and also by file # dependencies that are established by the cmake configuration files. -# needs no cmake processing -#add_subdirectory(fonts) +add_subdirectory(fonts) add_subdirectory(lib) add_subdirectory(include) add_subdirectory(src) @@ -138,8 +137,6 @@ add_subdirectory(doc) add_subdirectory(www) add_subdirectory(pkgcfg) -# needs no cmake processing -#add_subdirectory(cf) summary() if(PREBUILD_DIST) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |