Skip to content
Aymeric Pellé edited this page Oct 29, 2024 · 3 revisions

Welcome to the cmtk wiki!

Use cmtk as a git submodule

Add cmtk as a git submodule

git submodule add --name cmtk -b release/0.13.0 -- https://github.com/arapelle/cmtk.git external/cmake/cmtk

Update cmtk submodule branch

git submodule set-branch -b release/0.13.0 cmtk

Update your repository with: git submodule update --init --recursive --remote

Clone this wiki locally