aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2019-07-02 10:31:39 -0700
committerDylan Baker <dylan@pnwbakers.com>2019-07-15 10:59:22 -0700
commitd483da46a97216a15588c4413694c73e53ab9659 (patch)
tree63819c50939763d1570fed010d373cec03d9aad1 /setup.py
parentcd12a6fc391782fc9101f71e7bef56590358f06c (diff)
downloadmeson-d483da46a97216a15588c4413694c73e53ab9659.zip
meson-d483da46a97216a15588c4413694c73e53ab9659.tar.gz
meson-d483da46a97216a15588c4413694c73e53ab9659.tar.bz2
compilers: Move clike into a mixins directory
The compilers module is rather large and confusing, with spaghetti dependencies going every which way. I'm planning to start breaking out the internal representations into a mixins submodule, for things that shouldn't be required outside of the compilers module itself.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5a9c947..166f480 100644
--- a/setup.py
+++ b/setup.py
@@ -31,6 +31,7 @@ packages = ['mesonbuild',
'mesonbuild.backend',
'mesonbuild.cmake',
'mesonbuild.compilers',
+ 'mesonbuild.compilers.mixins',
'mesonbuild.dependencies',
'mesonbuild.modules',
'mesonbuild.scripts',