-
Notifications
You must be signed in to change notification settings - Fork 3
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
Minor build setup changes #6
Minor build setup changes #6
Conversation
335f226
to
42d0dd7
Compare
Ensure that C++23 is required and add a basic gitignore.
676d68e
to
0fd0c34
Compare
Ok I removed the static library and added an interface target. If you want @camio I can wait for changes to be implemented in beman-project/exemplar#30 and then integrate those in this project. Or that can just be a follow up PR. Note that the install rules in this project are still broken. |
I'm okay with merging this one and doing the others in a follow up PR. Thanks for the contribution! |
Co-authored-by: David Sankel <[email protected]>
Not sure if these changes are in line with the
Beman
standards, but I found the CMakeLists changes to be necessary to get the project to build. Also I think it's fairly common to reserve theout
orbuild
folder in the source directory for builds, especially with build setups that useCMakePresets.json
orCMakeUserPresets.json
.If there are changes I need to make to get this accepted please let me know. Thanks!