diff --git a/.cproject b/.cproject
index ae283df8..6b45f00b 100644
--- a/.cproject
+++ b/.cproject
@@ -44,6 +44,43 @@
+
+
+
+
+ cmake
+ -E chdir build/ cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Debug ../
+
+ true
+ false
+ true
+
+
+ cmake
+ -E chdir build/ cmake -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release ../
+
+ true
+ false
+ true
+
+
+ cmake
+ -E chdir build/ cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Debug ../
+
+ true
+ false
+ true
+
+
+ cmake
+ -E chdir build/ cmake -G "Unix Makefiles" -D CMAKE_BUILD_TYPE=Release ../
+
+ true
+ false
+ true
+
+
+