Skip to content

Commit d7f710a

Browse files
committed
CMake: added python3 shared files
1 parent 7a31fca commit d7f710a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

backends/smt2/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ target_sources(yosys_backends_smt2 INTERFACE
55
)
66

77
target_link_libraries(yosys PRIVATE yosys_backends_smt2)
8+
9+
add_share_file("share/python3" "smtio.py")
10+
add_share_file("share/python3" "ywio.py")

0 commit comments

Comments
 (0)