编译配置
The SDK has four build configurations available, designed for different stages of development and deployment.
分发,需要依赖的DLL有哪些,Lib的数量比DLL的数量多,因为有些是静态链接(?)
Where * is a platform specific suffix, e.g. 32 or 64. You will need one or the other depending on whether your application is built in 64 bit mode.
It is possible to customize the CMake presets, which are stored in “physx/buildtools/presets/public/”. Each XML file represents one preset, depending on the platform some CMake switches can be toggled.
可以自行修改CMake的构建选项,每一个XML是一个构建配置,可以在其中打开关闭某些选项
比如在Windows上,以下开关都可以修改: