bake: add module config

This commit is contained in:
Tim Schubert 2020-06-01 21:43:18 +02:00
parent 07d5199d60
commit f0b1484d3e
No known key found for this signature in database
GPG key ID: 99658A3EB5CD7C13
2 changed files with 19 additions and 0 deletions

17
ns-3-leo.xml Normal file
View file

@ -0,0 +1,17 @@
<configuration>
<modules>
<module name="ns-3-leo" type="ns">
<source type="git">
<attribute name="url" value="https://gitlab.com/dadada_/ns-3-dev.git"/>
<attribute name="module_directory" value="ns-3-leo"/>
</source>
<depends_on name="netanim-3.108" optional="True"/>
<depends_on name="pybindgen-0.20.0" optional="True"/>
<depends_on name="pyviz-gtk3-prerequisites" optional="True"/>
<build type="waf" objdir="yes">
<attribute name="configure_arguments" value="configure --prefix=$INSTALLDIR --enable-examples --enable-tests"/>
</build>
</module>
</modules>
</configuration>