diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-15 09:38:11 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:47 +0200 |
commit | 1f6cb6029f6ce3c63a4be80d8c75e9841266d981 (patch) | |
tree | c5f71e1401de3991ddfa035ccc673dfd65a0c458 | |
parent | 72a19a0bd0b51fc2763fda9fbbba6b83e6b25902 (diff) |
Update README
Change-Id: I51f64cd74c348728afefed8deafc2f0a37e28969
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
# Conflicts:
# README.md
-rw-r--r-- | README.md | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -25,6 +25,14 @@ A typical project architecture would be : │ ├── conf.d/ │ ├── app-templates/ +│ │ ├── README.md +│ │ ├── autobuild/ +│ │ │ ├── agl +│ │ │ │ └── autobuild.sh +│ │ │ ├── linux +│ │ │ │ └── autobuild.sh +│ │ │ └── windows +│ │ │ └── autobuild.bat │ │ ├── cmake/ │ │ │ ├── config.cmake.sample │ │ │ ├── export.map @@ -42,18 +50,12 @@ A typical project architecture would be : │ │ ├── icon-qml.png │ │ └── icon-service.png │ ├── packaging/ -│ │ ├── config.xml │ │ ├── config.spec │ │ └── config.deb -│ ├── autobuild/ -│ │ ├── agl -│ │ │ └── autobuild.sh -│ │ ├── linux -│ │ │ └── autobuild.sh -│ │ └── windows -│ │ └── autobuild.bat -│ ├── README.md -│ └── config.cmake +│ ├── cmake +│ │ └── config.cmake +│ └── wgt +│ └── config.xml.in ├── <libs> ├── <target> ├── <target> |