https://github.com/google/filament/
https://github.com/google/filament/blob/main/BUILDING.md
fsutil.exe file queryCaseSensitiveInfo youRepoFolder
By default, Windows treats the file system as case insensitive.
Please do not enable case sensitivity in your repo, since this does not align with CMake expectations.
This can be queried using fsutil.exe file queryCaseSensitiveInfo.
Next, open x64 Native Tools Command Prompt for VS 2019
, create a working directory, and run CMake in it:
> mkdir out
> cd out
> cmake ..
标签:google,file,fsutil,https,filament,out
From: https://www.cnblogs.com/Searchor/p/17635954.html