NvCloth
NvCloth copied to clipboard
Add cmake arguments to the samples to disable CUDA and DX11
This PR exposes the same CMake Arguments from the main NvCloth Project on the samples Project.
CmakeGenerateProjects.bat <0|1:use_cuda (default is 1)> <0|1:use_dx11 (default is 1)>
Fixes: https://github.com/NVIDIAGameWorks/NvCloth/issues/50