You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering an issue where MR::dividePolylineWithPlane causes an infinite loop on an ARM and/or Mac (seems to work fine on x86 linux).
I want to debug the code, but I struggle to add MeshLib as a sub-project of my project to enable the debugging of meshlib code.
I encounter many CMake issues. I tamped down the first few, but before I continue down this path I was wondering if this is a supported workflow and I am missing something easy to make it work.
The text was updated successfully, but these errors were encountered:
Doomerdinger
changed the title
Debugging in another project
Debugging from/in another project
Dec 9, 2024
Hello, right now MeshLib doesn't support including as a subdirectory. You might copy-paste the CMakeLists.txt file contents to your config and edit paths to MeshLib directories. We'll create a minimal config file example for your case and notify you later.
I am encountering an issue where
MR::dividePolylineWithPlane
causes an infinite loop on an ARM and/or Mac (seems to work fine on x86 linux).I want to debug the code, but I struggle to add MeshLib as a sub-project of my project to enable the debugging of meshlib code.
I encounter many CMake issues. I tamped down the first few, but before I continue down this path I was wondering if this is a supported workflow and I am missing something easy to make it work.
The text was updated successfully, but these errors were encountered: