]> granicus.if.org Git - graphviz/commitdiff
mostly reverting previous change - found an easier way
authorellson <devnull@localhost>
Wed, 20 Aug 2008 01:53:50 +0000 (01:53 +0000)
committerellson <devnull@localhost>
Wed, 20 Aug 2008 01:53:50 +0000 (01:53 +0000)
tclpkg/tclstubs/CMakeLists.txt [new file with mode: 0644]

diff --git a/tclpkg/tclstubs/CMakeLists.txt b/tclpkg/tclstubs/CMakeLists.txt
new file mode 100644 (file)
index 0000000..fa82c58
--- /dev/null
@@ -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})