首页 > 其他分享 >filament

filament

时间:2023-08-16 19:00:36浏览次数:38  
标签:google file fsutil https filament out

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

相关文章

  • filament3入门
    filament3入门需要环境:PHP8.1+Laravelv10.0+活线v3.0+Livewirev3我不想安装什么数据库所以我下载了小皮面板。(小皮面板没有8.2)composerglobalrequirelaravel/installer安装composerhttps://blog.csdn.net/robin_sky/article/details/108130963下载需......