mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-20 07:36:39 +00:00
10 lines
202 B
CMake
10 lines
202 B
CMake
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)
|