NvCloth icon indicating copy to clipboard operation
NvCloth copied to clipboard

Add cmake arguments to the samples to disable CUDA and DX11

Open KevinGliewe opened this issue 5 years ago • 0 comments

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

KevinGliewe avatar Feb 20 '20 15:02 KevinGliewe