Enable using lefdef

This commit is contained in:
Rob Taylor 2023-10-13 23:30:53 +01:00 committed by Rob Taylor
parent c6de7d11e5
commit 9f48884d10
2 changed files with 5 additions and 1 deletions

View File

@ -123,6 +123,10 @@ crlcore = shared_library(
acmsigda_parser_grammar, acmsigda_parser_grammar,
acmsigda_parser_scanner, acmsigda_parser_scanner,
cpp_args: [
'-DHAVE_LEFDEF',
],
dependencies: [qt_deps, py_deps, libxml2, thread_dep, boost, Hurricane, LefDef], dependencies: [qt_deps, py_deps, libxml2, thread_dep, boost, Hurricane, LefDef],
include_directories: [crlcore_includes], include_directories: [crlcore_includes],
install: true, install: true,

View File

@ -33,7 +33,7 @@ lefdef = shared_library(
'-Wno-format-extra-args', '-Wno-format-extra-args',
'-Wno-error=unused-but-set-variable', '-Wno-error=unused-but-set-variable',
'-Wno-reorder-ctor', '-Wno-reorder-ctor',
'-Wno-format' '-Wno-format',
], ],
) )