summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.h
diff options
context:
space:
mode:
authorLuis Ibanez <luis.ibanez@kitware.com>2001-12-11 02:21:18 -0500
committerLuis Ibanez <luis.ibanez@kitware.com>2001-12-11 02:21:18 -0500
commitcdecad7a0559c353f336a54bd6332d1c16b9df22 (patch)
tree14133865d6990b457d7a2e3ec37a18465c628d68 /Source/cmFLTKWrapUICommand.h
parentbf7470be7c454c9e3ee874a89b720e16beb38e8a (diff)
downloadcmake-cdecad7a0559c353f336a54bd6332d1c16b9df22.tar.gz
FIX: The command was modified it uses now a target and a source list
composed of .fl files. The names of the generated .cxx files are added internally to the Sources list of the target.
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r--Source/cmFLTKWrapUICommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h
index ebba4faf73..ca42a1453a 100644
--- a/Source/cmFLTKWrapUICommand.h
+++ b/Source/cmFLTKWrapUICommand.h
@@ -73,8 +73,8 @@ private:
* generating .cxx and .h files
*/
std::vector<std::string> m_WrapUserInterface;
+ std::string m_Target;
std::string m_GUISourceList;
- std::string m_GeneratedSourceList;
};