mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-22 00:26:40 +00:00
8 lines
165 B
CMake
8 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)
|