https://github.com/skalskip/cpp_agh
C++ programming exercises
https://github.com/skalskip/cpp_agh
Last synced: 9 months ago
JSON representation
C++ programming exercises
- Host: GitHub
- URL: https://github.com/skalskip/cpp_agh
- Owner: SkalskiP
- Created: 2017-03-13T20:54:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T13:47:11.000Z (over 8 years ago)
- Last Synced: 2025-03-25T21:51:01.467Z (9 months ago)
- Language: C++
- Homepage:
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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](scripts/Library_CMakeLists_Add_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`