James O Whittle
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
James O Whittle 创建了一个帖子, Clion: How can I run CMake Install for an individual component?
I have a CMakeLists.txt file that defines a couple of different installable components, something like this:install(TARGETS A COMPONENT A ...) install(TARGETS B COMPONENT B ...)If I click the Build...