Browse Source

ENH: add curses include directory

Bill Hoffman 20 years ago
parent
commit
e4894bfc91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/CursesDialog/form/CMakeLists.txt

+ 1 - 0
Source/CursesDialog/form/CMakeLists.txt

@@ -1,6 +1,7 @@
 PROJECT(CMAKE_FORM)
 
 INCLUDE_REGULAR_EXPRESSION("^.*$")
+INCLUDE_DIRECTORIES(${CURSES_INCLUDE_PATH})
 
 SET(  FORM_SRCS
              fld_arg.c