]> Creatis software - crea.git/blobdiff - appli/creaNewProject/NewProject/appli/template_appli/CMakeLists.txt
Comments
[crea.git] / appli / creaNewProject / NewProject / appli / template_appli / CMakeLists.txt
index abff49ee674856afec899e6de311122bc161976c..783c94f8d427d23781ba04c316103a859aa2e07f 100644 (file)
@@ -23,6 +23,11 @@ SET ( ${EXE_NAME}_LINK_LIBRARIES
   #    ${ITK_LIBRARIES}
   #    ${GDCM_LIBRARIES}
   #    ${BOOST_LIBRARIES}
+  
+  # Add here those agmonst the various (?) PROJECT LIBRARIES you need
+  # for the current executable
+  # (If there is only one, don't forget it !) 
+  
   )
 #----------------------------------------------------------------------------