I'm new to CLion and I'm using it on Ubuntu 18.04. I imported an existing project and when I build it, the following message appears:
conio.h: No such file or directory
#include <conio.h>
I thought that conio.h was a library included in most Ubuntu distributions.If not, how do I install it or how can I add the dependencies to the project?
Edit: For clarify, I didn't touched anything on the project settings or dependencies yet.