mirror of https://github.com/YosysHQ/yosys.git
9 lines
207 B
CMake
9 lines
207 B
CMake
|
add_library(yosys_techlibs_gatemate INTERFACE)
|
||
|
|
||
|
target_sources(yosys_techlibs_gatemate INTERFACE
|
||
|
synth_gatemate.cc
|
||
|
gatemate_foldinv.cc
|
||
|
)
|
||
|
|
||
|
target_link_libraries(yosys PRIVATE yosys_techlibs_gatemate)
|