ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.05k stars 395 forks source link

README: fix cmake generation snippet for clang/linux #479

Closed iam closed 5 years ago

iam commented 5 years ago

clang should be told to use libc++, otherwise it will try to use libstdc++ which may be missing on some systems.

Resolves: #478

iam commented 5 years ago

I apologize in advance for not updating Readme.html, I wasn't sure what the command to rebuild it was?

kirkshoop commented 5 years ago

this is great, thanks!