3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-19 15:19:05 +00:00
yosys/frontends/liberty/CMakeLists.txt
2025-02-12 14:18:02 +01:00

8 lines
176 B
CMake

add_library(yosys_frontends_liberty INTERFACE)
target_sources(yosys_frontends_liberty INTERFACE
liberty.cc
)
target_link_libraries(yosys PRIVATE yosys_frontends_liberty)