mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-19 20:33:39 +00:00
CMake: initial work
This commit is contained in:
parent
df3c62a4ed
commit
f51a2d793a
19 changed files with 430 additions and 0 deletions
7
passes/techmap/CMakeLists.txt
Normal file
7
passes/techmap/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_library(yosys_passes_techmap INTERFACE)
|
||||
|
||||
target_sources(yosys_passes_techmap INTERFACE
|
||||
libparse.cc
|
||||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_passes_techmap)
|
Loading…
Add table
Add a link
Reference in a new issue