readerwriterqueue icon indicating copy to clipboard operation
readerwriterqueue copied to clipboard

Add CMake option for install into moodycamel

Open Chardrazle opened this issue 3 months ago • 2 comments

Hi, I tend to use your excellent queues in various placements.

I recently noticed that the concurrentqueue cmake build installs with the ".../moodycamel/" sub-directory. However, this readerwriterqueue build does not have the moodycamel part.

I tend to root the include directories to work as: #include <moodycamel/concurrentqueue.h>

As you wouldn't want to break existing code, any chance of a cmake option that would add the "moodycamel/" part into the readerwriterqueue install location?

Chardrazle avatar Sep 19 '25 11:09 Chardrazle