CRoaring icon indicating copy to clipboard operation
CRoaring copied to clipboard

cpp headers not in target_include_directories

Open DanielWe2 opened this issue 6 years ago • 1 comments

The cpp headers are not added to the target_include_directories. Without that it is hard to use CRoaring from a local subdirectory from C++ without install. (it can not find the cpp headers)

One would probably need to add a new subdirectory "roaring" into the cpp directory to do that in a clean way.

DanielWe2 avatar Jul 31 '18 18:07 DanielWe2

Sounds reasonable. PR invited.

lemire avatar Jul 31 '18 21:07 lemire