Using CPackDeb.cmake's symbol splitting outside of CPack

Hey all,

I noticed the following functionality in CPack:

Is there some way to use this functionality in a simple cmake install?

I currently know of cmake --install build --strip, but I don’t know of a way to also pull out the debug symbols into a separate file before stripping.

CMake doesn’t model this right now, so I don’t think there’s a single “please separate out debuginfo from binaries” option to toggle. There may already be an issue to track, but a new one is fine too.