mirror of https://github.com/YosysHQ/yosys.git
9 lines
190 B
CMake
9 lines
190 B
CMake
|
add_library(yosys_frontends_aiger INTERFACE)
|
||
|
|
||
|
target_sources(yosys_frontends_aiger INTERFACE
|
||
|
aigerparse.cc
|
||
|
aigerparse.h
|
||
|
)
|
||
|
|
||
|
target_link_libraries(yosys PRIVATE yosys_frontends_aiger)
|