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

Support for static link libraries #45

Open
MatzeOGH opened this issue Jun 30, 2024 · 0 comments
Open

Support for static link libraries #45

MatzeOGH opened this issue Jun 30, 2024 · 0 comments

Comments

@MatzeOGH
Copy link

Blink currently only detects .obj and .cpp files that are part of the main project.

I have a project that includes multiple smaller static linked libraries.
These get detected by pdb.read_object_files(...)
But the path to them is just some relative path., like x64\Debug\StaticLib1.obj

Is support for static libraries something that can be reasonably implemented with a moderate amount of work?
Currently, I am considering a proactive approach, providing Blink with all the necessary information without the need to extract it from the pdb.

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

1 participant