X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcreaDevManagerLib%2FmodelCDMCMakeListsFile.cpp;h=72b1cdf4378bdc7d379065177cf09811a698e7b6;hb=752294dd30e2ee94f38be513d441f4716509ce13;hp=dfbb99958af7655d8cfb22f3c34a8125dd205a00;hpb=cfa883d25e73975f73c20fefc1ec2c947d827938;p=crea.git diff --git a/lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp b/lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp index dfbb999..72b1cdf 100644 --- a/lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp +++ b/lib/creaDevManagerLib/modelCDMCMakeListsFile.cpp @@ -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()) {