yosys/frontends/liberty/CMakeLists.txt

8 lines
176 B
CMake
Raw Normal View History

2025-02-12 07:18:02 -06:00
add_library(yosys_frontends_liberty INTERFACE)
target_sources(yosys_frontends_liberty INTERFACE
liberty.cc
)
target_link_libraries(yosys PRIVATE yosys_frontends_liberty)