1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 09:43:13 +02:00

Add Tcl script plugin (thanks to Dmitry Kobylin)

This commit is contained in:
Sebastien Helleu
2008-10-05 19:06:46 +02:00
parent 269bf55b1e
commit 44944ef01f
36 changed files with 5984 additions and 14 deletions
+7
View File
@@ -48,3 +48,10 @@ IF(NOT DISABLE_LUA)
ADD_SUBDIRECTORY( lua )
ENDIF(LUA_FOUND)
ENDIF(NOT DISABLE_LUA)
IF(NOT DISABLE_TCL)
FIND_PACKAGE(TCL)
IF(TCL_FOUND)
ADD_SUBDIRECTORY( tcl )
ENDIF(TCL_FOUND)
ENDIF(NOT DISABLE_TCL)