Adding bmp and txt to CLion
Answered
How can I add these files to my CLion project? There are about 20 bmp and 2 txt. Is it possible at all? I found a lot of advice for MVS and C++Builder, but nothing about cmake and CLion
Please sign in to leave a comment.
You just need to add your files to the project folder. After that, they'll appear in the project tree.
How can I add file to exe?