fixes to curses stuff
This commit is contained in:
parent
83d7df09c4
commit
274099f7ec
|
@ -47,7 +47,7 @@ IF (WIN32)
|
||||||
ENDIF (WIN32)
|
ENDIF (WIN32)
|
||||||
|
|
||||||
IF (UNIX)
|
IF (UNIX)
|
||||||
INCLUDE (${CMAKE_ROOT}/Modules/FindCurses.cmake)
|
INCLUDE (${CMAKE_ROOT}/Modules/FindCurses.cmake OPTIONAL)
|
||||||
IF (CURSES_LIBRARY)
|
IF (CURSES_LIBRARY)
|
||||||
SUBDIRS(CursesDialog/form)
|
SUBDIRS(CursesDialog/form)
|
||||||
SUBDIRS(CursesDialog)
|
SUBDIRS(CursesDialog)
|
||||||
|
|
|
@ -25,3 +25,5 @@ ENDIF(CURSES_EXTRA_LIBRARY)
|
||||||
LINK_LIBRARIES(cmForm)
|
LINK_LIBRARIES(cmForm)
|
||||||
|
|
||||||
ADD_EXECUTABLE(ccmake CURSES_SRCS)
|
ADD_EXECUTABLE(ccmake CURSES_SRCS)
|
||||||
|
|
||||||
|
INSTALL_TARGETS(/bin ccmake)
|
Loading…
Reference in New Issue