zenustech / zenoblend

Zeno Blender Addon (WIP)
Mozilla Public License 2.0
37 stars 5 forks source link

Debug build has release/debug mismatches. #20

Open Geramy opened 2 years ago

Geramy commented 2 years ago

When configuring for debug mode with vcpkg and cmake the visual studio solution files have a lot of mismatches. The paths for the tbb and tbb malloc are wrong in all project files and zeno_mesh has debug/release mismatches which probably goes back to the mpmmeshing library. This is a problem when trying to build the project in debug mode. its tbb_debug and not tbb-debug also the vcpkg location for debug libraries are debug/lib/ not lib/. I am working on building a debug version to see if it changes any of the problems I am having with openvdb and I think tbb as well.