mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-09 23:53:26 +00:00
7 lines
171 B
CMake
7 lines
171 B
CMake
add_library(yosys_techlibs_intel INTERFACE)
|
|
|
|
target_sources(yosys_techlibs_intel INTERFACE
|
|
synth_intel.cc
|
|
)
|
|
|
|
target_link_libraries(yosys PRIVATE yosys_techlibs_intel)
|