In case anybody here is interested, I ported gtkaml to the CMake build
system for my own purposes. You can have a look at it here:
http://git.wildcodes.com/cgit.cgi/gtkaml/. Of course, everything is
under the same license as gtkaml...
Cheers
Michael
Great to hear you like it. I just pushed another set of changes which install files that make it simpler for other projects to use gtkaml with CMake. I don't see why things shouldn't work with native Windows tools.
I also added a patch that adds the PACKAGE_DATADIR/implicits to the end implicits search path. In the logs I see that this has been removed in r229 in favor of using Environment.get_system_data_dirs() which uses the XDG Base Directory Specification. But I still think that gtkaml should search in the installation directory, in case the user doesn't install the implicits in a place that is covered by the XDG specification.
Michael