Replies: 3 comments
-
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. |
Beta Was this translation helpful? Give feedback.
-
Perfect, thank you! I missed gnustep-config. |
Beta Was this translation helpful? Give feedback.
-
Well, so I wrote a cmake find module: https://gist.github.com/2xsaiko/83f28815bd5c51f0639f026a26d690c1
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 |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions