diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 21:47:51 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 21:47:51 (GMT) |
commit | ed9e0626fdf7d0d97733997d3b40a886cc082ebf (patch) | |
tree | 3f53c5f1955dec483a5622625f3d9aff49d5107c | |
parent | 0532cc29203d7498741966ba935045d98834bc0a (diff) | |
download | CMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.zip CMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.tar.gz CMake-ed9e0626fdf7d0d97733997d3b40a886cc082ebf.tar.bz2 |
COMP: Ok, actually link to the library....
-rw-r--r-- | Source/CMakeLists.txt | 2 |
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 |