3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-29 20:05:52 +00:00

CMake: added passes

This commit is contained in:
Miodrag Milanovic 2025-02-12 14:48:41 +01:00
parent 171949065f
commit a50d630336
9 changed files with 181 additions and 0 deletions

View file

@ -0,0 +1,9 @@
add_library(yosys_passes_tests INTERFACE)
target_sources(yosys_passes_tests INTERFACE
test_autotb.cc
test_cell.cc
test_abcloop.cc
)
target_link_libraries(yosys PRIVATE yosys_passes_tests)