summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/form
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CursesDialog/form')
-rw-r--r--Source/CursesDialog/form/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/CursesDialog/form/CMakeLists.txt b/Source/CursesDialog/form/CMakeLists.txt
index 32c17eb..b197eb6 100644
--- a/Source/CursesDialog/form/CMakeLists.txt
+++ b/Source/CursesDialog/form/CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT(CMAKE_FORM)
INCLUDE_REGULAR_EXPRESSION("^.*$")
-SOURCE_FILES(FORM_SRCS
+SET( FORM_SRCS
fld_arg.c
fld_attr.c
fld_current.c
@@ -42,7 +42,7 @@ SOURCE_FILES(FORM_SRCS
fty_ipv4.c
fty_num.c
fty_regex.c
- )
+ )
INCLUDE_DIRECTORIES(${CMAKE_FORM_SOURCE_DIR})
-ADD_LIBRARY(cmForm FORM_SRCS) \ No newline at end of file
+ADD_LIBRARY(cmForm ${FORM_SRCS} ) \ No newline at end of file