Fixes: Added stub makestep for cmake.

Details:  Also add copyright headers and some initial code for the
CMakeStep and MakeStep. Soon it will actially build something.
This commit is contained in:
dt
2008-12-04 12:51:58 +01:00
parent 5f1d214f24
commit a10019eab6
4 changed files with 81 additions and 8 deletions

View File

@@ -40,6 +40,7 @@ namespace Constants {
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
const char * const CMAKESTEP = "CMakeProjectManager.CMakeStep";
const char * const MAKESTEP = "CMakeProjectManager.MakeStep";
} // namespace Constants