mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-07 11:41:23 +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)
|