]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMCMakeListsFile.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMCMakeListsFile.h
index ef66a29d6bc7f4381ea7b7c85f57e58d2cce824b..65f034fb86b3b6bd22888392ba84f32496ad58d6 100644 (file)
@@ -41,7 +41,7 @@ class modelCDMCMakeListsFile : public modelCDMFile
 {
 public:
   modelCDMCMakeListsFile();
-  modelCDMCMakeListsFile(const std::string& path, const int& level = 1);
+  modelCDMCMakeListsFile(const std::string& path, const std::string& name = "CMakeLists.txt", const int& level = 1);
   ~modelCDMCMakeListsFile();
 
   bool OpenFile(std::string*& result);