Add option for experimental use of thread in Web

Might not run well in certain browsers, requires rebuilding all dependencies for Web with `pthread` enabled.
Disabled by default (for now).
This commit is contained in:
2026-03-14 22:11:36 +01:00
parent 21b2e59fbb
commit a5bbf0dbde
6 changed files with 36 additions and 0 deletions
@@ -37,3 +37,5 @@ FIND_PACKAGE(PxShared REQUIRED)
# Include all of the projects
INCLUDE(NvCloth.cmake)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${NVCLOTH_CXX_FLAGS}")