You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great if we could build all the voxellancer cpps once and link them with different tests or the default main. this removes the need to build the project multiple times for the different targets.
The text was updated successfully, but these errors were encountered:
We should consider using https://github.com/hpicgs/cmake-init which is what we did in our BP for a new project with 2 libs and (so far) 2 applications using them. Would be save since we're going into the direction of adding, for example, an editor, as well.
I'll try talk to @sbusch42 about deb-packages, that's something that could come from there as well.
The generation of deb-packages is already included in cmake-init out of the box. Just run 'make pack' on a linux system and you will get a .deb package of your project, provided that you have added the necessary install directives in you project. For the configuration of packages (e.g., names and dependencies), have a look at packages/pack-.cmake
it would be great if we could build all the voxellancer cpps once and link them with different tests or the default main. this removes the need to build the project multiple times for the different targets.
The text was updated successfully, but these errors were encountered: