-
Notifications
You must be signed in to change notification settings - Fork 25
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 #10
Comments
Might I suggest you just switch to cmake right away? CMake automates a lot of the things like building libraries and makes it platform independent. If you're interested, I could help with that. Here, for example, is a first stab at a
If you place this in your top-level directory, and do
then you will end up with a shared library. I haven't added the code for installation yet, nor what header files need to be exported, but it doesn't require a lot of code altogether. |
For reference, this is modeled on this very nice post: https://stackoverflow.com/questions/17511496/how-to-create-a-shared-library-with-cmake |
Possible build system improvements
The text was updated successfully, but these errors were encountered: