You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
capnproto/c++/samples
Jianyong Chen a02f8d04d5 Fix warning: cmake_minimum_required() should be called prior to this top-level project()
As per the CMake document, we should call the cmake_minimum_required()
command at the beginning of the top-level CMakeLists.txt file even
before calling the project() command.

Signed-off-by: Jianyong Chen <baluschch@gmail.com>
2 months ago
..
CMakeLists.txt Fix warning: cmake_minimum_required() should be called prior to this top-level project() 2 months ago
addressbook.c++ We now require C++14. 7 years ago
addressbook.capnp Change license to MIT. 11 years ago
calculator-client.c++ RPC: Rename 'Restore' to 'Bootstrap' and redefine it to have nothing to do with SturdyRefs. 10 years ago
calculator-server.c++ Work around MSVC mutable copy capture bug 8 years ago
calculator.capnp Change license to MIT. 11 years ago
test.sh We now require C++14. 7 years ago