The beauty of cmake is that you should be able to type `cmake ..` and have it just work in most circumstances. That should be the goal. Default compiler should probably be clang. build system has to be ninja. build type is debug.
The beauty of cmake is that you should be able to type
cmake ..and have it just work in most circumstances. That should be the goal.Default compiler should probably be clang. build system has to be ninja. build type is debug.