Skip to content

Latest commit

 

History

History
executable file
·
23 lines (19 loc) · 354 Bytes

File metadata and controls

executable file
·
23 lines (19 loc) · 354 Bytes

Prerequisites

Installing

Usage

IMPORTANT

cmake is a git submodule either make submodule.recurse true globally

git config --global submodule.recurse true

or after cloning this template use...

git submodule init
git submodule update

or clone it using

git clone  --recurse-submodules <link>