-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvc17win64-cpu-only-md.xml
More file actions
15 lines (15 loc) · 1016 Bytes
/
Copy pathvc17win64-cpu-only-md.xml
File metadata and controls
15 lines (15 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<preset name="vc17win64-cpu-only-md" comment="VC17 Win64 PhysX general settings (cpu only)">
<platform targetPlatform="win64" compiler="vc17" />
<CMakeSwitches>
<cmakeSwitch name="PX_BUILDSNIPPETS" value="True" comment="Generate the snippets" />
<cmakeSwitch name="PX_BUILDPVDRUNTIME" value="True" comment="Generate the OmniPVD project" />
<cmakeSwitch name="PX_GENERATE_STATIC_LIBRARIES" value="False" comment="Generate static libraries" />
<cmakeSwitch name="NV_USE_STATIC_WINCRT" value="False" comment="Use the statically linked windows CRT" />
<cmakeSwitch name="NV_USE_DEBUG_WINCRT" value="True" comment="Use the debug version of the CRT" />
<cmakeSwitch name="PX_FLOAT_POINT_PRECISE_MATH" value="False" comment="Float point precise math" />
</CMakeSwitches>
<CMakeParams>
<cmakeParam name="CMAKE_INSTALL_PREFIX" value="install/vc17win64-cpu-only-md/PhysX" comment="Install path relative to PhysX SDK root" />
</CMakeParams>
</preset>