Skip to content

Commit e33def6

Browse files
committed
transpiler added to the deb package.
1 parent 7e5ad11 commit e33def6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/circifier/llvm")
8686
add_subdirectory(examples)
8787

8888
install(TARGETS assigner RUNTIME DESTINATION bin)
89+
install(TARGETS transpiler RUNTIME DESTINATION bin)
8990
install(FILES cmake/CircuitCompile.cmake DESTINATION share/zkllvm)
9091

9192
find_program(GIT_EXE git)

0 commit comments

Comments
 (0)