added lib
This commit is contained in:
parent
33ed97c401
commit
184e7053d3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue