]> SALOME platform Git repositories - tools/solverlab.git/blob - CDMATH/postprocessing/CMakeLists.txt
Salome HOME
Updated expected values in python unit tests
[tools/solverlab.git] / CDMATH / postprocessing / CMakeLists.txt
1 cmake_minimum_required (VERSION 2.8)
2 PROJECT(postprocessing)
3
4 file(COPY analyticalFunction_discretizer.py VTK_routines.py PV_routines.py MED_routines.py DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
5
6 INSTALL(FILES analyticalFunction_discretizer.py VTK_routines.py PV_routines.py MED_routines.py DESTINATION bin/cdmath/postprocessing)
7