We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5ad11 commit e33def6Copy full SHA for e33def6
CMakeLists.txt
@@ -86,6 +86,7 @@ add_subdirectory("${CMAKE_CURRENT_LIST_DIR}/libs/circifier/llvm")
86
add_subdirectory(examples)
87
88
install(TARGETS assigner RUNTIME DESTINATION bin)
89
+install(TARGETS transpiler RUNTIME DESTINATION bin)
90
install(FILES cmake/CircuitCompile.cmake DESTINATION share/zkllvm)
91
92
find_program(GIT_EXE git)
0 commit comments