ReactiveX / RxCpp

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

Fixed build interface include directories for CMake projects #536

Closed spreagtha closed 4 years ago

spreagtha commented 4 years ago

Hi all,

I am using RxCpp in my CMake project, having it added as a git submodule and connected to my project via cmake 'add_subdirectory'. I had initial problems as it seems that the cmake BUILD_INTERFACE was pointing to the non-existent folder 'projects/CMake/include', and was a quick fix to point it to the proper location.

Thnx :smile: