Commit 807b9892 authored by Aleksy Barcz's avatar Aleksy Barcz
Browse files

missing CMakeLists.txt for meaner5 and pysz5

parent 44a372ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
add_test(NAME meaner5.test COMMAND run_tests.sh)

# don't install whole dir, as all cmake files will be installed too
install( FILES meaner5.py simpleparamsreader.py DESTINATION "${SZARP_PYLIBDIR}/meaner5/" )
install( PROGRAMS meaner5dmn.py DESTINATION "${INSTALL_BINDIR}" )
+2 −0
Original line number Diff line number Diff line
# don't install whole dir, as all cmake files will be installed too
install( FILES base_handler.py sz5_time.py DESTINATION "${SZARP_PYLIBDIR}/pysz5/" )