ENH: fix fltk fluid order of build

This commit is contained in:
Bill Hoffman 2006-04-24 12:12:45 -04:00
parent 8913cbffde
commit 661298475f

View File

@ -63,6 +63,7 @@ bool cmFLTKWrapUICommand::InitialPass(std::vector<std::string> const& args)
// add starting depends
std::vector<std::string> depends;
depends.push_back(origname);
depends.push_back(fluid_exe);
std::string cxxres = outputDirectory.c_str();
cxxres += "/" + srcName;
cxxres += ".cxx";