TheLartians / ModernCppStarter

🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

Home Page:https://thelartians.github.io/ModernCppStarter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Standalone doc is not correct for CLion

david-29 opened this issue · comments

The build directory in CLion is 'cmake-build-debug', not 'build'.

Or you can right-click Standalone's CMakeLists.txt file and select 'Load CMake Project'. Then Standalone becomes available to Run or Debug.

Yeah, the actual executable location is dependent on the CMake generator used. I currently assume Makefiles, but perhaps we should specify that better in the docs!