add basic conan example with tests

This commit is contained in:
Thom Troy
2019-04-06 21:54:32 +01:00
parent 7ddc2991c5
commit 787fe64ab8
10 changed files with 406 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ dirs=(./01-basic/A-hello-cmake \
./05-unit-testing/google-test-download \
./05-unit-testing/catch2-vendored \
./06-installer/deb \
./07-package-management/D-conan/basic \
)
ROOT_DIR=`pwd`