cameron314 / cameron314/readerwriterqueue
Add CMake option for install into moodycamel
还没有人认领这个 Issue。
- 主要语言
- C++
- 星标
- 4.6k
- 派生
- 736
- 平均合并
- 10 天 5 小时
- 30 天内合并 PR
- 1
描述
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?
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先比较 readerwriterqueue 和 concurrentqueue 的 CMake 安装配置,找出 include 目标的定义位置。添加一个用于设置 moodycamel/ 安装前缀的选项,同时保留当前默认值,然后验证已安装的头文件支持所请求的两种布局。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- cmake, cpp
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100