mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +00:00
8 lines
207 B
CMake
8 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)
|