3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-07 11:41:23 +00:00
yosys/techlibs/gatemate/CMakeLists.txt
2025-02-12 16:10:36 +01:00

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)