mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-27 11:18:35 -06:00
fixes to curses stuff
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user