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

Add CMAKE static library option #83

Open
burak-efe opened this issue Dec 3, 2024 · 1 comment
Open

Add CMAKE static library option #83

burak-efe opened this issue Dec 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@burak-efe
Copy link

I couldn't figure out how to build as a static library, I guess is not possible from user side since there is no options to set unlike other libraries that I use. It would be good if it is exist.

@spnda
Copy link
Owner

spnda commented Feb 3, 2025

Would you say just checking for the BUILD_SHARED_LIBS variable is enough, or should I introduce a extra flag like FASTGLTF_SHARED_LIB, since maybe only some libraries should be shared?

@spnda spnda added the enhancement New feature or request label Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants