Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create a libvoxellancer cmake target #553

Open
xchrdw opened this issue Mar 31, 2014 · 3 comments
Open

create a libvoxellancer cmake target #553

xchrdw opened this issue Mar 31, 2014 · 3 comments
Assignees

Comments

@xchrdw
Copy link
Member

xchrdw commented Mar 31, 2014

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.

@mrzzzrm
Copy link

mrzzzrm commented Mar 31, 2014

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.

@sbusch42
Copy link

sbusch42 commented Apr 1, 2014

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

@mrzzzrm
Copy link

mrzzzrm commented Apr 1, 2014

thanks, will check ;)

@mrzzzrm mrzzzrm self-assigned this Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants