LINK_DIRECTORIES(${@LIBRARY_NAME@_LIBRARY_DIRS})
# Set the version
-ADD_DEFINITIONS( -D@LIBRARY_NAME@_VERSION="${@LIBRARY_NAME@_VERSION}" )
+# Already done in bbtkConfigure.h
+#ADD_DEFINITIONS( -D@LIBRARY_NAME@_VERSION="\"${@LIBRARY_NAME@_VERSION}\"" )
# Additional use file
IF (@LIBRARY_NAME@_HAS_ADDITIONAL_CONFIG_FILE)
Program: bbtk
Module: $RCSfile: bbtkInterpreter.cxx,v $ $
Language: C++
- Date: $Date: 2008/01/30 15:29:07 $
- Version: $Revision: 1.16 $
+ Date: $Date: 2008/02/01 13:06:29 $
+ Version: $Revision: 1.17 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
bbtkDebugMessageInc("Interpreter",9,"Interpreter::SwitchToFile( \""
<<name<<"\")"<<std::endl);
-// to be remove in final version
+// to be removed in final version
// use : Config v
//verbose = true;
std::vector<std::string> script_paths;