543
I Use This!
Activity Not Available

Ratings and Reviews

Analyzed about 1 month ago. based on code collected 2 months ago.
Community Rating
4.44444
   

Average Rating:   4.4/5.0
Number of Ratings:   135
Number of Reviews:   1

My Review of CMake

You have not rated or reviewed this project.
Click below to rate/review.
My Rating:
0
 
 New Review

Most Helpful Reviews

drummyfish says:
Excellent solution to the build ...  
4.0
   
written about 7 years ago

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.

Did this review help you? |

Most Recent Reviews

drummyfish says:
Excellent solution to the build ...  
4.0
   
written about 7 years ago

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.

Did this review help you? |