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

[INTERNAL] Add possibility to customise produced archive folders structure #3

Open
jguidoux opened this issue Oct 8, 2015 · 0 comments

Comments

@jguidoux
Copy link

jguidoux commented Oct 8, 2015

The default archive folders structure is :

/
|___ bin/
|___doc/
|___doxygen/
|___headers/
|___lib/

Add the possibility to the user to change. Maybe with a map like this in the build.gradle.

cpp.archivesFolders [headers : "include", LIB: "libraries"]
This must product this structure :

/
|___ bin/
|___doc/
|___doxygen/
|___include/
|___libraries/


**Caution**, changing the archive structure can broke the dependency management system. Before implementing this feature ask if it is really a necessary feature ?
@jguidoux jguidoux added this to the Version 1.3.0 milestone Oct 8, 2015
@jguidoux jguidoux changed the title Add possibility to customise produced archive folders structure [INTERNAL] Add possibility to customise produced archive folders structure Oct 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant