3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

CMake: added python3 shared files

This commit is contained in:
Miodrag Milanovic 2025-02-13 16:21:17 +01:00
parent 7a31fcac3b
commit d7f710abe0

View file

@ -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")