Average Rating: 4.4/5.0Number of Ratings: 135Number of Reviews: 1
My Review of CMake |
||
You have not rated or reviewed this project.Click below to rate/review. | My Rating: | |
New Review |
CMake has become the standard build system in the C++ world, and rightfully so. It simply does the dirty job. It supports many platforms and build systems, such as make and Visual Studio, and allows you to build multiplatform programs easily. It has it's own language and a system of CMakeLists, which take some effort to learn, plus it adds another level to the building process, which is why I left out one star. With a small project you can still very well get away with an ordinary makefile, but when you get bigger, I recommend switching to CMake.
CMake has become the standard build system in the C++ world, and rightfully so. It simply does the dirty job. It supports many platforms and build systems, such as make and Visual Studio, and allows you to build multiplatform programs easily. It has it's own language and a system of CMakeLists, which take some effort to learn, plus it adds another level to the building process, which is why I left out one star. With a small project you can still very well get away with an ordinary makefile, but when you get bigger, I recommend switching to CMake.