Salome HOME
CMake: making usr_docs built when "make all" - documentation generation can be
[tools/medcoupling.git] / doc / salome / tui / CMakeLists.txt
index 88f84b6c0f18b366cb2127ce5ae63ae68714461e..510a42fa028b960537e1eb93703ce7cd17d7565c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2013  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # 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})