Skip to content

Commit 42703af

Browse files
committed
Add the TCL plugin API module
1 parent 3de2205 commit 42703af

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "DEV_TOOLS"]
22
path = DEV_TOOLS
33
url = git@github.com:Grauniad/dev_tools.git
4+
[submodule "TCL-CPP-Plugin-API"]
5+
path = TCL-CPP-Plugin-API
6+
url = https://github.com/Grauniad/TCL-CPP-Plugin-API.git

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
MAKE_DIRS= DEV_TOOLS libProfData libExec Tests Binaries
1+
MAKE_DIRS= DEV_TOOLS TCL-CPP-Plugin-API libProfData libExec Tests Binaries
22

33
# makefile tools library for bulding multi-directory projects
44
#

TCL-CPP-Plugin-API

Submodule TCL-CPP-Plugin-API added at aded3bf

0 commit comments

Comments
 (0)