Salome HOME
CMake: making usr_docs built when "make all" - documentation generation can be
[tools/medcoupling.git] / doc / salome / tui / CMakeLists.txt
index c4483799212751fc83582fd59dac9a7a3044cde3..510a42fa028b960537e1eb93703ce7cd17d7565c 100644 (file)
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-SET(top_builddir ${CMAKE_BINARY_DIR})
-SET(top_srcdir ${CMAKE_SOURCE_DIR})
-SET(srcdir ${CMAKE_CURRENT_SOURCE_DIR})
-SET(builddir ${CMAKE_CURRENT_BINARY_DIR})
-SET(datadir ${CMAKE_INSTALL_PREFIX}/share)
-SET(docdir ${datadir}/doc/salome)
-
 SET(indoxfiles doxyfile.in static/header.html.in)
 FOREACH(indoxfile ${indoxfiles})
   STRING(REGEX REPLACE ".in" "" baseindoxfile ${indoxfile})