commit | f08af7de16810c9c59a75e49eabba6756b110000 | [log] [tgz] |
---|---|---|
author | Stella Laurenzo <stellaraccident@gmail.com> | Wed Dec 09 03:40:14 2020 +0000 |
committer | Stella Laurenzo <stellaraccident@gmail.com> | Wed Dec 09 03:40:14 2020 +0000 |
tree | 40b301a7a50c727c8afc4dad6979cee3647f828f | |
parent | 6463a9e6057fcc6161c24cc20a40bdf5c618e36b [diff] |
Post-merge fixups.
diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index b0159bc..3e0cbd1 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt
@@ -26,6 +26,9 @@ configure_file(setup_tools_core.py.in setup_tools_core.py) configure_file(setup_tools_tf.py.in setup_tools_tf.py) +# Common deps. +add_subdirectory(pyiree/common) + # Namespace packages. add_subdirectory(pyiree/compiler2) add_subdirectory(pyiree/rt)