diff options
author | Luis Ibanez <luis.ibanez@kitware.com> | 2001-12-11 07:21:18 (GMT) |
---|---|---|
committer | Luis Ibanez <luis.ibanez@kitware.com> | 2001-12-11 07:21:18 (GMT) |
commit | cdecad7a0559c353f336a54bd6332d1c16b9df22 (patch) | |
tree | 14133865d6990b457d7a2e3ec37a18465c628d68 /Source/cmFLTKWrapUICommand.h | |
parent | bf7470be7c454c9e3ee874a89b720e16beb38e8a (diff) | |
download | CMake-cdecad7a0559c353f336a54bd6332d1c16b9df22.zip CMake-cdecad7a0559c353f336a54bd6332d1c16b9df22.tar.gz CMake-cdecad7a0559c353f336a54bd6332d1c16b9df22.tar.bz2 |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index ebba4fa..ca42a14 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; }; |