How to 'make install' a library with CLion

Hi,
First of all I want to say that CLion is an awesome tool for C++ development, keep up the good work !
So I imported a library project using CLoin and the "Import Project" feature, and I can build it (so far so good).
But how do I install the library ? Is there a way to execute specific post build command like "sudo make install" ?

Thanks in advance for the answers.

0

请先登录再写评论。