James O Whittle
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
James O Whittle created a post, 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...