ReactiveX / RxCpp

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

make find_package(rxcpp CONFIG) work through exporting TARGETS #509

Closed Exctues closed 5 years ago

Exctues commented 5 years ago

Signed-off-by: exctues alexnamecode@gmail.com

The idea is to allow Config mode(not only Module) in find_package function. So, now in order to import rxcpp in the other project what you need to do is: 1) install rxcpp by "make install" 2) add find_package(rxcpp CONFIG) into CMakeLists.txt

kirkshoop commented 5 years ago

Nice! Would you please add this to the Readme?

Exctues commented 5 years ago

Nice! Would you please add this to the Readme?

Sure. Can you check it?

kirkshoop commented 5 years ago

Thanks!