mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-26 12:17:01 +00:00
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user