You can easily create new projects in CLion without writing a single line in CMake files – just select File | New Project….

You can also import a folder with C/C++ files via File | Import Project… – CLion will automatically generate a CMake script for them and import the folder as a project.