mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-04 22:35:46 +00:00
CMake: added python3 shared files
This commit is contained in:
parent
7a31fcac3b
commit
d7f710abe0
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@ target_sources(yosys_backends_smt2 INTERFACE
|
|||
)
|
||||
|
||||
target_link_libraries(yosys PRIVATE yosys_backends_smt2)
|
||||
|
||||
add_share_file("share/python3" "smtio.py")
|
||||
add_share_file("share/python3" "ywio.py")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue