1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-26 12:17:01 +00:00

Hash table refactoring

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat
2021-04-14 10:14:51 +01:00
parent 2912860c97
commit 4e346ecfba
10 changed files with 53 additions and 62 deletions

View File

@@ -39,6 +39,11 @@ if (BUILD_PYTHON)
endif()
target_compile_definitions(gui_${family} PRIVATE NEXTPNR_NAMESPACE=nextpnr_${family} ARCH_${ufamily} ARCHNAME=${family} QT_NO_KEYWORDS)
if (USE_ABSEIL)
target_compile_definitions(gui_${family} PRIVATE USE_ABSEIL)
endif()
target_link_libraries(gui_${family} Qt5::Widgets)
foreach(lib_dep ${EXTRA_LIB_DEPS})