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