aboutsummaryrefslogtreecommitdiff
path: root/cmake/FindJsonGlib.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix problems discovered while testing on Windows.Přemysl Janouch2010-12-201-1/+1
| | | | | | | * Set the working directory for glib-genmarshal correctly. * Use one more path suffix when searching for glibconfig.h. * Don't assume that gdk_screen_get_resolution() returns a useful value.
* Prepare the project for json-glib.Přemysl Janouch2010-12-051-0/+58
This required writing a special CMake find module.