arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
457 stars 90 forks source link

Support CPM / cmake #78

Closed damageboy closed 2 years ago

damageboy commented 2 years ago

CPM is a lightweight "package manager" for C++/CMake projects.

It's mostly a convenience around CMake FetchContent.

It would be nice to allow this project to be consumed in such a way, which means that the CMakeLists.txt file needs to expose the header as a CMake consumable project for other projects/IDEs to cleanly consume and reference to.

If it is OK, I will submit a simple PR that resolves this.