new project structure

This commit is contained in:
2019-05-13 21:51:03 +07:00
parent ee4f2e07bc
commit c08d4995f6
13 changed files with 137 additions and 14415 deletions

View File

@@ -4,7 +4,7 @@ set -e
BUILD_DIR=`dirname "$BASH_SOURCE"`/../build
mkdir -p $BUILD_DIR/coverage
cd $BUILD_DIR/coverage
cmake -DCMAKE_BUILD_TYPE=Debug -DECS_BUILD_WITH_COVERAGE=ON ../..
cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_WITH_COVERAGE=ON ../..
cmake --build . -- -j8
lcov -d . -z