mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-13 01:16:16 +00:00
8 lines
198 B
CMake
8 lines
198 B
CMake
add_library(yosys_techlibs_lattice INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_lattice INTERFACE
|
|
synth_lattice.cc
|
|
lattice_gsr.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_lattice)
|