mirror of https://github.com/YosysHQ/yosys.git
CMake: added python3 shared files
This commit is contained in:
parent
7a31fcac3b
commit
d7f710abe0
|
@ -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…
Reference in New Issue