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

cmake: Adds some missing STATIC qualifiers #4258

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

Sonicadvance1
Copy link
Member

Noticed this as I was scrolling through some cmake. Usually this doesn't matter as we declare BUILD_SHARED_LIBS as False/Off, but this can technically be overridden even when we don't want to.

Updates the two definitions of add_library that was missing the static qualifier to ensure they generate the code we want.

Noticed this as I was scrolling through some cmake. Usually this doesn't
matter as we declare `BUILD_SHARED_LIBS` as False/Off, but this can
technically be overridden even when we don't want to.

Updates the two definitions of `add_library` that was missing the static
qualifier to ensure they generate the code we want.
@lioncash lioncash merged commit 2293d30 into FEX-Emu:main Jan 8, 2025
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the libraries branch January 8, 2025 00:52
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

Successfully merging this pull request may close these issues.

2 participants