Skip to content
Snippets Groups Projects
Commit d74333c0 authored by Marco Biasini's avatar Marco Biasini
Browse files

make clean now also removes mocced files

parent f8686f14
No related branches found
No related tags found
No related merge requests found
...@@ -473,3 +473,11 @@ endif() ...@@ -473,3 +473,11 @@ endif()
executable_libexec(NAME gosty SOURCES gosty.cc ${OST_GOSTY_MOC} ${OST_QT_RESOURCE} executable_libexec(NAME gosty SOURCES gosty.cc ${OST_GOSTY_MOC} ${OST_QT_RESOURCE}
DEPENDS_ON ost_gui ${LINK}) DEPENDS_ON ost_gui ${LINK})
file(GLOB MOC_CXX_FILES moc_*.cxx)
if (MOC_CXX_FILES)
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES
"${MOC_CXX_FILES}")
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment