Configuring Clang with sysroot

Hi,

GCC has a “–with-sysroot” configure option, and it’s very handy for relocatable Windows installations (heck, equally handy in every OS without a good package manager).

How would I use it under Cmake?

Thanks,

Ruben