]> SALOME platform Git repositories - plugins/hexoticplugin.git/commitdiff
Salome HOME
CMake:
authormpa <mpa@opencascade.com>
Thu, 28 Nov 2013 12:50:28 +0000 (12:50 +0000)
committermpa <mpa@opencascade.com>
Thu, 28 Nov 2013 12:50:28 +0000 (12:50 +0000)
- add files to remove using command "make clean"

doc/salome/gui/HexoticPLUGIN/CMakeLists.txt

index 32525de4fc4479a11e71de6f25f35575c8a02f67..649fe7cc8334826b1bf476c9cb65a2210b176b2c 100755 (executable)
@@ -47,4 +47,5 @@ INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/HexoticPLUGIN DESTINATION ${SALOME
 INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/HexoticPLUGIN)
 INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/HexoticPLUGIN/hexoticpluginpy_doc)
 
-SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES HexoticPLUGIN)
\ No newline at end of file
+SET(make_clean_files HexoticPLUGIN hexoticpluginpy_doc.tag)
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${make_clean_files}")