mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-29 20:05:52 +00:00
CMake: added passes
This commit is contained in:
parent
171949065f
commit
a50d630336
9 changed files with 181 additions and 0 deletions
9
passes/tests/CMakeLists.txt
Normal file
9
passes/tests/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue