mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 14:23:41 +00:00
CMake: add backends
This commit is contained in:
parent
f51a2d793a
commit
171949065f
17 changed files with 133 additions and 1 deletions
7
backends/simplec/CMakeLists.txt
Normal file
7
backends/simplec/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_library(yosys_backends_simplec INTERFACE)
|
||||
|
||||
target_sources(yosys_backends_simplec INTERFACE
|
||||
simplec.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_backends_simplec)
|
Loading…
Add table
Add a link
Reference in a new issue