CMake: added python3 shared files

This commit is contained in:
Miodrag Milanovic 2025-02-13 16:21:17 +01:00
parent 7a31fcac3b
commit d7f710abe0
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ target_sources(yosys_backends_smt2 INTERFACE
) )
target_link_libraries(yosys PRIVATE yosys_backends_smt2) target_link_libraries(yosys PRIVATE yosys_backends_smt2)
add_share_file("share/python3" "smtio.py")
add_share_file("share/python3" "ywio.py")