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

Improve build system infrastructure and dependencies #6

Open
WinterWind33 opened this issue Nov 11, 2023 · 0 comments · May be fixed by #7
Open

Improve build system infrastructure and dependencies #6

WinterWind33 opened this issue Nov 11, 2023 · 0 comments · May be fixed by #7

Comments

@WinterWind33
Copy link
Contributor

Description

Right now, Nikman has a very chaotic build system configuration, with some dependencies being statically linked and other dynamically linked: this can cause, like for SFML libraries, a big CMake configuration mess because the sfml-audio target is statically linked even though the openal32.dll, that is part of sfml, is being manually used as dynamic despite sfml being static.

What this task aims is to clean up the CMake infrastructure, make dependencies more clear, either dynamically linked or statically linked.

@WinterWind33 WinterWind33 linked a pull request Nov 11, 2023 that will close this issue
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 a pull request may close this issue.

1 participant