summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-18 21:47:51 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-01-18 21:47:51 (GMT)
commited9e0626fdf7d0d97733997d3b40a886cc082ebf (patch)
tree3f53c5f1955dec483a5622625f3d9aff49d5107c
parent0532cc29203d7498741966ba935045d98834bc0a (diff)
downloadCMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.zip
CMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.tar.gz
CMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.tar.bz2
COMP: Ok, actually link to the library....
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 076247a..ff93eb7 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -108,7 +108,7 @@ ENDIF (WIN32)
# create a library used by the command line and the GUI
ADD_LIBRARY(CMakeLib ${SRCS})
-TARGET_LINK_LIBRARIES(CMakeLib cmsys)
+TARGET_LINK_LIBRARIES(CMakeLib cmsys cmexpat)
# always link in the library
# the library is found here