From 33c03f620c2199cfaa28e295d61fecab448fa54e Mon Sep 17 00:00:00 2001 From: ellson Date: Wed, 20 Aug 2008 01:53:50 +0000 Subject: [PATCH] mostly reverting previous change - found an easier way --- tclpkg/tclstubs/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tclpkg/tclstubs/CMakeLists.txt diff --git a/tclpkg/tclstubs/CMakeLists.txt b/tclpkg/tclstubs/CMakeLists.txt new file mode 100644 index 000000000..fa82c5800 --- /dev/null +++ b/tclpkg/tclstubs/CMakeLists.txt @@ -0,0 +1,12 @@ +# $Id$ $Revision$ + +INCLUDE(FindTCL) +INCLUDE(SRCDIRs) +INCLUDE(${tclstubs_SRCDIR}/sources.cmake) + +INCLUDE_DIRECTORIES( + ${tclstubs_SRCDIR} + ${TCL_INCLUDE_PATH} +) + +ADD_LIBRARY(tclstubs STATIC ${tclstubs_SRCS}) -- 2.40.0