1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Joshua Boyd
b6275c0116 Update libcheck to 0.10.0, and add a patch for osx 2016-03-27 03:49:26 -04:00
Matt Clarkson
b84eda553e CMake Module for deriving the target architecture
This is needed for packaging and other decisions at configuration time
2015-07-09 21:05:35 +02:00
Matt Clarkson
b6c83a4ebe CMake Module to patch ithe check unit test library
There is an issue with the CMake build of check that produces a false
negative for clock_t, clockid_t and timer_t when using MinGW on Windows

This patches the project until the upstream patch is accepted:

     https://sourceforge.net/p/check/patches/53
2015-07-09 21:05:33 +02:00
Matt Clarkson
03a3f18c83 CMake Module for finding winsock 2015-07-09 21:05:32 +02:00
Matt Clarkson
b7086cbc4c CMake Module for finding libdl 2015-07-09 21:05:30 +02:00
Matt Clarkson
ff4ca701b3 CMake Module for finding libm 2015-07-09 21:05:27 +02:00
Matt Clarkson
1b59080977 CMake Module for finding librt 2015-07-09 21:05:26 +02:00
Matt Clarkson
ad30351098 CMake Module for adding C compiler flags
Only adds the flag if it is supported
2015-07-09 21:05:25 +02:00
Matt Clarkson
15a7069773 CMake Module for adding C++ compiler flags
Only adds the flag if it is supported by the compiler
2015-07-09 21:05:22 +02:00