Files
bds.imp.virtualtree/readme.md
T
2026-01-10 10:43:41 +01:00

288 B

The virtualtree source must be cloned as a submodule into src.virtualtree folder.

git submodule add https://github.com/JAM-Software/Virtual-TreeView.git src.virtualtree

Cloning a project with submodules needs the following after commands:

  • git submodule init
  • git submodule update