GQ icon indicating copy to clipboard operation
GQ copied to clipboard

Add CMake install

Open steven-joruk opened this issue 7 years ago • 2 comments

I've added a CMake install target which also generates a pkg-config meta data file. The library name is kept as GQ, but it looks like there are other libraries out there with the same name - a brief search didn't show any gq.pc's which they would clash with.

libgq for gconf uses gq-gconf.pc, here. It might be good to add a prefix or suffix, but that's up to you.

It's not directly related, but I added a package to Arch's AUR for your project, available here. This patch is currently applied before installation.

Thanks.

Edit: I've moved the pkg-config file to within the UNIX specific block, but I'm unable to test the generic install section on anything other than Linux.

steven-joruk avatar Dec 13 '17 19:12 steven-joruk

Hey @steven-joruk thanks for the pr. I'll have a detailed look over the changes later today, just wanted to say thanks for contributing!

TechnikEmpire avatar Dec 13 '17 20:12 TechnikEmpire

@steven-joruk I'll have to give this is a go on Windows and see what's up. I'll confess I'm not a cmake guy at all.

TechnikEmpire avatar Dec 14 '17 22:12 TechnikEmpire