]> Creatis software - crea.git/blobdiff - lib/creaDevManagerLib/modelCDMProject.h
Feature #1711
[crea.git] / lib / creaDevManagerLib / modelCDMProject.h
index 87d1d3717a7f8db3b65df0f4f1938e7deea562a6..7e69c799fbcdd0000b252f4df7fc8c3b9a890852 100644 (file)
@@ -37,6 +37,7 @@
 
 #include<iostream>
 #include<vector>
+#include <map>
 
 #include "modelCDMFolder.h"
 #include "modelCDMLib.h"
@@ -68,11 +69,6 @@ public:
    */
   ~modelCDMProject();
 
-  /**
-   * Unimplemented.
-   */
-  void PopulateProject();
-
 
   //Getters
   /**
@@ -244,6 +240,12 @@ public:
    */
   bool Connect(std::string*& result);
 
+  /**
+   * Checks the CMakeLists files to see what's going to be compiled and what's not.
+   * @param properties Map containing the project compilation properties.
+   */
+  void CheckStructure(std::map<std::string, bool>& properties);
+
 
 private: