Quote Originally Posted by vrltwe View Post
And I'm thinking to add a test folder at same level as include, source, ... for automated unit tests. Inside this test folder there will be one or more ProjectTests.
Very reasonable setup.

Quote Originally Posted by vrltwe View Post
And an install folder at the same level as include, source
Not sure you would want your project folder clogged up by that. Like for build I would rather go for an out-of-source approach.

Quote Originally Posted by vrltwe View Post
Every time someone asks a build I'll add a folder inside install (named i.e. MyApp-0.1).
Sure why not.

Cheers,
_