]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMCMakeListsFile.cpp
index dfbb99958af7655d8cfb22f3c34a8125dd205a00..72b1cdf4378bdc7d379065177cf09811a698e7b6 100644 (file)
@@ -47,6 +47,7 @@ modelCDMCMakeListsFile::modelCDMCMakeListsFile()
 
 modelCDMCMakeListsFile::modelCDMCMakeListsFile(const std::string& path, const std::string& name, const int& level)
 {
+  std::cout << "creating cmakelist file: " + path + "\n";
   this->children.clear();
   this->level = level;
   this->type = wxDIR_FILES;
@@ -77,6 +78,7 @@ bool modelCDMCMakeListsFile::OpenFile(std::string*& result)
 
 const bool modelCDMCMakeListsFile::Refresh(std::string*& result)
 {
+  //std::cout << "refreshing cmakelists" << std::endl;
   std::ifstream in((this->path).c_str());
   if(!in.is_open())
     {