diff --git a/crlcore/python/meson.build b/crlcore/python/meson.build index e5dcfab05..3d1ce67c9 100644 --- a/crlcore/python/meson.build +++ b/crlcore/python/meson.build @@ -36,6 +36,14 @@ py.install_sources( subdir: 'coriolis/technos/node180/gf180mcu', ) +py.install_sources( + 'technos/node180/gf180mcu_c4m/__init__.py', + 'technos/node180/gf180mcu_c4m/techno.py', + 'technos/node180/gf180mcu_c4m/StdCell3V3Lib.py', + 'technos/node180/gf180mcu_c4m/iolib.py', + subdir: 'coriolis/technos/node180/gf180mcu_c4m', +) + py.install_sources( 'technos/node180/scn6m_deep_09/__init__.py', 'technos/node180/scn6m_deep_09/alliance.py',