mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-05 02:40:25 +00:00
7 lines
171 B
CMake
7 lines
171 B
CMake
add_library(yosys_techlibs_gowin INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_gowin INTERFACE
|
|
synth_gowin.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_gowin)
|