mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-17 15:32:10 +08:00
Add the generated automoc.cpp file to the cleaned files
Alex
This commit is contained in:
@@ -140,6 +140,8 @@ void cmQtAutomoc::SetupAutomocTarget(cmMakefile* makefile,
|
||||
makefile->GetOrCreateSource(mocCppFile.c_str(), true);
|
||||
srcs.push_back(mocCppFile);
|
||||
|
||||
makefile->AppendProperty("ADDITIONAL_MAKE_CLEAN_FILES",
|
||||
mocCppFile.c_str(), false);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user