yosys/techlibs/gatemate/CMakeLists.txt

9 lines
207 B
CMake
Raw Normal View History

2025-02-12 09:10:36 -06:00
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)