-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hello there!
The build of cimgui
for win-x64
and win-arm64
has a dependency toward the 140 VC Runtime.
It would be nicer and safer for users that the C runtime is statically built into cimgui
so that the dll is monolithic.
The native build script can be adapted by adding -D CMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded
to the CMake arguments.
I can submit a PR for that if need be.
Cheers!
Metadata
Metadata
Assignees
Labels
No labels