Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging from/in another project #3832

Open
Doomerdinger opened this issue Dec 9, 2024 · 1 comment
Open

Debugging from/in another project #3832

Doomerdinger opened this issue Dec 9, 2024 · 1 comment

Comments

@Doomerdinger
Copy link

Doomerdinger commented Dec 9, 2024

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.

@Doomerdinger Doomerdinger changed the title Debugging in another project Debugging from/in another project Dec 9, 2024
@oitel
Copy link
Contributor

oitel commented Dec 10, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants