1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/cmake
Simon Tatham 864b4c27fa Use GTK_LDFLAGS when testing for Pango.
On FreeBSD, the GTK libraries aren't stored on the standard library
path, so pkg-config has to emit a -L option as well as -l options.
This worked fine during the main build, but the -L option wasn't being
passed through to check_symbol_exists() for the tests of Pango API
function availability.
2022-09-19 11:40:17 +01:00
..
platforms Add cmake check for whether setpgrp takes arguments. 2022-09-18 15:08:31 +01:00
cmake.h.in Add cmake check for whether setpgrp takes arguments. 2022-09-18 15:08:31 +01:00
gitcommit.cmake Add some missing #includes. 2022-09-03 11:59:12 +01:00
gtk.cmake Use GTK_LDFLAGS when testing for Pango. 2022-09-19 11:40:17 +01:00
licence.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
setup.cmake Use correct flags for RelWithDebInfo. 2022-05-19 23:23:14 +01:00
toolchain-mingw.cmake Reinstate __USE_MINGW_ANSI_STDIO for MinGW builds. 2022-08-29 17:22:28 +01:00
toolchain-winegcc.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
winegcc Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00