mirror of https://github.com/KLayout/klayout.git
Enabling build of version agnostic plugins
This commit is contained in:
parent
70b6306635
commit
c8d97871fd
|
|
@ -31,6 +31,9 @@
|
|||
namespace db
|
||||
{
|
||||
|
||||
// Switch for version-agnostic code
|
||||
#define KLAYOUT_META_INFO_V2
|
||||
|
||||
/**
|
||||
* @brief A structure describing the meta information from the reader
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue