now uses SET instead of SOURCE_LIST command
This commit is contained in:
parent
8a275e798d
commit
ee46e410ce
|
@ -31,7 +31,7 @@ ADD_EXECUTABLE (wrapping wrapping.cxx)
|
||||||
#
|
#
|
||||||
# Test VTK wrappers
|
# Test VTK wrappers
|
||||||
#
|
#
|
||||||
SOURCE_FILES (SRCS
|
SET (SRCS
|
||||||
vtkExcluded
|
vtkExcluded
|
||||||
vtkIncluded
|
vtkIncluded
|
||||||
)
|
)
|
||||||
|
@ -111,7 +111,7 @@ ENDIF (QT_FOUND)
|
||||||
# Since FLTK_FLUID_EXE is supposed to create a .cxx/.h from a .fl/.fld,
|
# Since FLTK_FLUID_EXE is supposed to create a .cxx/.h from a .fl/.fld,
|
||||||
# create an empty one so that the dependencies can be met.
|
# create an empty one so that the dependencies can be met.
|
||||||
#
|
#
|
||||||
SOURCE_FILES (FLTK_SRCS
|
SET (FLTK_SRCS
|
||||||
fltk1.fl
|
fltk1.fl
|
||||||
)
|
)
|
||||||
SET (FLTK_WRAP_UI "On")
|
SET (FLTK_WRAP_UI "On")
|
||||||
|
|
Loading…
Reference in New Issue