Closed MartinDelille closed 1 year ago
Thanks for the contribution again!☺️ Btw do you think Qtawesome is being installed like this?
As I may have told you before I'm not a CMake expert but the basic understanding I have is that running cmake --install ...
or make install
will install the library on the configured prefix path to make it available to your dev environment. Since the default prefix is /usr/local
it will make it available "globally" for your user.
Since I'm packaging my software with cpack
this tool need proper install target for the various application component.
I think this install step is missing to the CMake