Skip to content
Snippets Groups Projects
Commit a671f091 authored by Peter Wu's avatar Peter Wu
Browse files

Add CMake build system support

Based on nghttp2 cmake build system. Advantage of this is a faster build
(cmake runs faster than configure and ninja is faster than make).

Changes from autotools:
* Warnings are enabled by default (independent of ENABLE_WERROR).
* ENABLE_WERROR has changed meaning (it just controls -Werror).
* include/ngtcp2/{version,ngtcp2}.h header files are installed.
parent 6e1b03d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment