Add initial CMake support
* Support for both in-source and out-of-source builds * Set library version to 0.12 to map Debian package * Add separate options to build tests, examples and documentation * Add pkgconfig lookup support (if installed with `make install`) * Add CMake lookup support (if isntalled with `make install`) * Add Google Test Source lookup * Add CTest support for running tests (use `make test` or `ctest -V`)
Showing
CMakeLists.txt
0 → 100644
RapidJSON.pc.in
0 → 100644
RapidJSONConfig.cmake.in
0 → 100644
doc/CMakeLists.txt
0 → 100644
example/CMakeLists.txt
0 → 100644
test/CMakeLists.txt
0 → 100644
test/perftest/CMakeLists.txt
0 → 100644
test/unittest/CMakeLists.txt
0 → 100644
Please
register
or
sign in
to comment