Ritter Pet
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to include existing files in a project?
AnsweredHi Lets say I have an existing C++ project with several hundred files. How to I add these files to the CLion project? Do I have to manually add each file to CMakeList? That would really be a pitty... -
Created How to compile a single .cpp file rather than build whole project?
Answeredhi I usualy use Visual C++ on Windows. Now I am working with CLion on Linux. I need to grow comfortable with CLion real quick, so I am just trying to figure out how to do some of the basic things I...