monika-kkk / cpp-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ programming classes problmes

CLion CMakeLists.txt template

In order to create new solution faster one can define template file in CLion based on CMake template. To add that template one has to right click in project menu choose New from pop-up menu and and then Edit File Templates.... In new dialog File and Code Templates click green plus and copy paste template.

To use it just click again New and then it should show up in the list. The final step is to specify name which must be CMakeLists.txt and space seperated name of the testing class name e.g. reverse string

About


Languages

Language:C++ 85.5%Language:Python 10.9%Language:CMake 1.3%Language:Shell 0.6%Language:Makefile 0.6%Language:M4 0.6%Language:C 0.4%Language:Objective-C 0.1%