about summary refs log tree commit diff stats
path: root/setup.py
diff options
context:
space:
mode:
authorCamille Mougey <camille.mougey@cea.fr>2014-12-14 18:16:33 +0100
committerCamille Mougey <camille.mougey@cea.fr>2014-12-14 18:16:33 +0100
commit0fb799f88bd9febd6877385cdb372162d30c83ae (patch)
tree9d1363be8ff82e0d851baa9ee452e0ab799611f3 /setup.py
parentffb348a3a3a420cf3301d03fc110bb4fe6d7306c (diff)
downloadmiasm-0fb799f88bd9febd6877385cdb372162d30c83ae.tar.gz
miasm-0fb799f88bd9febd6877385cdb372162d30c83ae.zip
IR: Introduce Translators, an abstraction for IR translation
Translators exposes method to convert Miasm IR to others languages
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index de1667e9..3d5fedac 100755
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ def buil_all():
               'miasm2/core',
               'miasm2/expression',
               'miasm2/ir',
+              'miasm2/ir/translators',
               'miasm2/analysis',
               'miasm2/os_dep',
               'miasm2/jitter',