3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-22 08:35:32 +00:00
yosys/frontends/aiger2/CMakeLists.txt
2025-02-12 14:18:02 +01:00

7 lines
172 B
CMake

add_library(yosys_frontends_aiger2 INTERFACE)
target_sources(yosys_frontends_aiger2 INTERFACE
xaiger.cc
)
target_link_libraries(yosys PRIVATE yosys_frontends_aiger2)