The CMake Build Manager

January 1, 2003

CMake is an open-source, cross-platform C/C++ build manager that supports platform inspection and user-customized builds. By William Hoffman and Ken Martin,  Dr. Dobb’s Journal Jan 01, 2003 URL:http://www.ddj.com/cpp/184405251 Many software projects ship with both a UNIX makefile (or Makefile.in) and a Microsoft Visual Studio workspace, requiring you to constantly keep both build systems up to […]

1 45 46 47