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

i want to use this as static lib in c++ #142

Open
HarshitChauhan1998 opened this issue Jul 26, 2024 · 2 comments
Open

i want to use this as static lib in c++ #142

HarshitChauhan1998 opened this issue Jul 26, 2024 · 2 comments

Comments

@HarshitChauhan1998
Copy link

i complied the windows folder in vs2022 created the .lib file in my main project add the .lib and include folder reference when build it gives error as version.h not found

@jonjoliver
Copy link
Collaborator

version.h is created by the CMakeLists.txt
We need to figure out the visual studio build process...

@ChNanAn
Copy link

ChNanAn commented Dec 11, 2024

How do you use this library in c++? The static library generated after compilation, how to use the api, there is an API document?

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

3 participants