COMP: Ok, actually link to the library....

This commit is contained in:
Andy Cedilnik 2005-01-18 16:47:51 -05:00
parent 0532cc2920
commit ed9e0626fd
1 changed files with 1 additions and 1 deletions

View File

@ -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