From ee46e410ce35347d1e61ae389be3dbbb6b58f0bf Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Thu, 12 Dec 2002 08:42:33 -0500 Subject: now uses SET instead of SOURCE_LIST command --- Tests/Wrapping/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/Wrapping/CMakeLists.txt b/Tests/Wrapping/CMakeLists.txt index 3a6d58f..0b3f21a 100644 --- a/Tests/Wrapping/CMakeLists.txt +++ b/Tests/Wrapping/CMakeLists.txt @@ -31,7 +31,7 @@ ADD_EXECUTABLE (wrapping wrapping.cxx) # # Test VTK wrappers # -SOURCE_FILES (SRCS +SET (SRCS vtkExcluded vtkIncluded ) @@ -111,7 +111,7 @@ ENDIF (QT_FOUND) # 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. # -SOURCE_FILES (FLTK_SRCS +SET (FLTK_SRCS fltk1.fl ) SET (FLTK_WRAP_UI "On") -- cgit v0.12