-
Notifications
You must be signed in to change notification settings - Fork 13
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 draft for build systems #93
base: master
Are you sure you want to change the base?
Conversation
Discussion with the US group
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work and thanks for giving this topic a first version.
Should there be a mention of handling of (unit) testing, probably in advanced, as that is often handled by the build system? Not sure if it is better to mention here or not. |
We could make a note that some build systems have this feature. |
Mention unit testing
I added it to the latest commit |
Move building a lib and link it to a C++ executable to the main level
@vulder and @ronchaine I think I addressed all your comments. Please have a look again. |
Were we meeting? I don’t have an invite.
From: Patrick Diehl ***@***.***>
Date: Thursday, October 31, 2024 at 10:07
To: cplusplus/SG20 ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [cplusplus/SG20] Add draft for build systems (PR #93)
@vulder<https://github.com/vulder> and @ronchaine<https://github.com/ronchaine> I think I addressed all your comments.
Please have a look again.
—
Reply to this email directly, view it on GitHub<#93 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAFHBARBUJX5XKEJJQYL6ILZ6JBRLAVCNFSM6AAAAABH42JMN6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINJQGEZDAMJVHE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
First draft produced by during American group meeting.
#12