mirror of https://github.com/KLayout/klayout.git
The issue was: for MacOS/clang, the virtual format-specific option structs had to be embedded in one compile unit (for RTTI). In Windows this will lead to link errors since the DLL is not reachable at build time for the generic reader/writer configuration in the buddy tools. The solution is to use GSI methods (provided for scripting) to set the reader/writer options in a generic way that does not require linking against the plugin DLLs. |
||
|---|---|---|
| .. | ||
| unit_test_main.cc | ||
| unit_tests.pro | ||
| utTestConsole.cc | ||
| utTestConsole.h | ||