ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

Add instructions to install RxCpp using vcpkg #510

Closed vicroms closed 5 years ago

vicroms commented 5 years ago

Vcpkg is a C++ library manager that can install RxCpp using a single-line command, and can also provide support to integrate RxCpp in CMake projects easily.

kirkshoop commented 5 years ago

Thank you!