Merge branch 'bumpCommon' into 'master'
Pablo Toharia authored
Use common as submodule.

Closes #2

See merge request !2
b372289a

Name of the project

Introduction

Dependencies

  • Required dependencies:

    • dep1
    • dep2
    • dep3
  • Optional dependencies:

    • optdep1
    • optdep2

Building

git clone https://gitlab.gmrv.es/common/cmakecommontemplate.git
mkdir cmakecommontemplate/build && cd cmakecommontemplate/build
cmake .. -DCMAKE_BUILD_TYPE=Release
make

Running