Peter Wu
|
f8a9a21428
|
cmake: add _U_ and NGHTTP2_NORETURN to config.h
Do not add _U_ and NGHTTP2_NORETURN definitions to the command line,
instead add it to config.h. This matches what autotools does.
|
2016-03-16 14:25:58 +01:00 |
Peter Wu
|
5b21c39bb2
|
cmake: add lib, add versioning info, install lib
Also remove some headers which were not checked anyway and add macros to
cmakeconfig.h.in (based on the headers list in the CMakeLists.txt file).
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
900667a998
|
cmake: moar .in file via configure_file
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
147e098827
|
cmake: test for warning flags
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
5819d03c68
|
cmake: more functions
AC_CHECK_TYPES and AC_C_BIGENDIAN were removed because nothing checks
the resulting macros...
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
90f5bf796d
|
cmake: check more headers and sizeof
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
2b63980758
|
cmake: more dependency checks
|
2016-02-13 20:13:42 +01:00 |
Peter Wu
|
65d33c553c
|
CMake WIP
Not working:
- option(... check)
- not finished everything (see XXX and FIXME)
- still halway converting
|
2016-02-13 20:13:42 +01:00 |