Commit Graph

6 Commits

Author SHA1 Message Date
Tom Stellard 761a0862bf CMake: Generate a WinMain entrypoint on Windows 2020-12-05 21:03:53 -08:00
Tom Stellard d880736545 cmake: Use find_package instead of pkg-config
There was a change in the GitHub action Windows environment that caused
CMake to stop finding pkg-config.  So, using find_package instead of
pkg-config fixes the builds in that environment.  It also makes the
CMake configuration more consistent since we are already using
find_package for other libraries.
2020-12-05 21:02:17 -08:00
Tom Stellard c96dc1bb9c CMake: Generate the translatons 2020-11-08 20:44:52 -08:00
Tom Stellard 22ec7046b8 cmake: Silence warnings in gtk headers 2020-09-13 20:27:04 -07:00
Tom Stellard 5a87b99e17 cmake: Add some fixes to get a minimal build/install working 2020-08-28 20:27:36 -07:00
gunnar_g c5fca3d502 add CmakeList files 2020-08-28 20:27:35 -07:00