added lib

This commit is contained in:
Ken Martin 2002-08-22 08:25:58 -04:00
parent 33ed97c401
commit 184e7053d3
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ INCLUDE_DIRECTORIES(${CURSES_INCLUDE_PATH})
ADD_EXECUTABLE(ccmake ${CURSES_SRCS} )
TARGET_LINK_LIBRARIES(ccmake CMakeLib)
TARGET_LINK_LIBRARIES(ccmake cmForm)
TARGET_LINK_LIBRARIES(ccmake ${CURSES_LIBRARY})
IF(CURSES_EXTRA_LIBRARY)