]> Creatis software - bbtk.git/blobdiff - kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex
no message
[bbtk.git] / kernel / doc / bbtkPackageDevelopersGuide / bbtkPackageDevelopersGuide.tex
index cc30dbd4e96cd61fc806af8cdf76c78002fc8461..dceb24e62efd74c1893d371890644eeb8682eb54 100644 (file)
@@ -2,7 +2,7 @@
 
 % ==========================================
 \documentclass[11pt,final,a4paper]{article}
-\input{config.tex}
+\input config.tex
 \begin{document}
 \bbtkGuide[Package Developers' Guide]
 \newpage
@@ -83,7 +83,7 @@ a processing code (\CPP classes or \C functions), which
 is in an existing project handled by \cmake
 and you want the new package to be part of your existing project. 
 You will have to create your new package within the source tree of your 
-project and add a \texttt{SUBDIRS} command in the \texttt{CMakeLists.txt} 
+project and add a \texttt{ADD_SUBDIRECTORY} command in the \texttt{CMakeLists.txt} 
 file of the parent directory of your package.
 \item You do not have an already existing project (you want 
 to create the new boxes from scratch) or you want/are imposed