mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 07:53:16 +00:00
7 lines
165 B
CMake
7 lines
165 B
CMake
add_library(yosys_backends_spice INTERFACE)
|
|
|
|
target_sources(yosys_backends_spice INTERFACE
|
|
spice.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_backends_spice)
|