Replies: 4 comments 2 replies
|
Take a look at https://github.com/hmelder/Objective-C-Cross-Boilerplate for an example meson build configuration. I use gnustep-config to get all necessary compiler flags. Shipping CMake configuration just like KDE is doing is certainly possible. AFAIK meson integrates everything into their repo. |
0 replies
|
Perfect, thank you! I missed gnustep-config. |
0 replies
|
Well, so I wrote a cmake find module: and so on Not perfect (it definitely doesn't handle non-REQUIRED mode correctly) but it works for a simple test app (which just calls |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey,
I want to write a test GUI application in GNUStep, however as far as I can tell (at least looking at the way it's packaged on NixOS), it comes with its own Makefile set as the only package config. Is there some way to load that into (preferably) CMake, or maybe Meson, or is it possible to have GNUStep install a pkg-config or CMake package for each of the libraries?
All reactions