3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00

CMake: initial work

This commit is contained in:
Miodrag Milanovic 2025-02-12 14:18:02 +01:00
parent df3c62a4ed
commit f51a2d793a
19 changed files with 430 additions and 0 deletions

View file

@ -0,0 +1,7 @@
add_library(yosys_frontends_aiger2 INTERFACE)
target_sources(yosys_frontends_aiger2 INTERFACE
xaiger.cc
)
target_link_libraries(yosys PRIVATE yosys_frontends_aiger2)