Merge branch 'poetry-cleanup' of gitlab.lip6.fr:vlsi-eda/coriolis into devel

This commit is contained in:
Jean-Paul Chaput 2023-02-28 13:49:20 +01:00
commit 94323f28e0
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,6 @@
install( FILES __init__.py DESTINATION ${Python_CORIOLISLIB} ) install( FILES __init__.py DESTINATION ${Python_CORIOLISLIB} )
install( FILES helpers/__init__.py DESTINATION ${Python_CORIOLISLIB}/helpers ) install( FILES helpers/__init__.py DESTINATION ${Python_CORIOLISLIB}/helpers )
install( FILES helpers/io.py DESTINATION ${Python_CORIOLISLIB}/helpers ) install( FILES helpers/io.py DESTINATION ${Python_CORIOLISLIB}/helpers )
install( FILES helpers/utils.py DESTINATION ${Python_CORIOLISLIB}/helpers ) install( FILES helpers/utils.py DESTINATION ${Python_CORIOLISLIB}/helpers )