filament

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 ..

posted @ 2023-08-16 18:50  fndefbwefsowpvqfx  阅读(38)  评论(0编辑  收藏  举报