Included ext definitions in Python module (currently: lay)

This commit is contained in:
Matthias Koefferlein
2018-06-10 21:45:58 +02:00
parent e5aa55a25c
commit acacdc3997
5 changed files with 15 additions and 9 deletions
+6
View File
@@ -25,4 +25,10 @@
// to force linking of the lay module
#include "../../lay/lay/layForceLink.h"
// to force linking of the ext module
#include "../../ext/ext/extForceLink.h"
// NOTE: img, ant, edt and rdb don't need to be force-linked
// as they are hard-linked by lay
DEFINE_PYMOD(lay, "lay", "KLayout core module 'lay'")