I am adding feature to a library which I initially built as, cmake-> make-> make install.
But, while adding the feature (a new .cpp and .h file), a tutorial uses eclipse to build the project as,
cmake -G"Eclipse CDT4 - Unix Makefiles" and build the project in Eclipse.
What is the purpose of using Eclipse to build the project, is it possible to build without using eclipse?