Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "crates/c-hash-sig"]
path = crates/c-hash-sig
url = https://github.com/qdrvm/c-hash-sig
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(qdrvm-crates C CXX)

include(cmake/add_rust_library.cmake)

list(APPEND QDRVM_ALL_CRATES schnorrkel arkworks bandersnatch_vrfs ark_vrf pvm_bindings)
list(APPEND QDRVM_ALL_CRATES schnorrkel arkworks bandersnatch_vrfs ark_vrf pvm_bindings c-hash-sig)
set(QDRVM_BIND_CRATES "" CACHE STRING "The list of crates to build or 'all'.")
set_property(CACHE QDRVM_BIND_CRATES PROPERTY STRINGS ${QDRVM_ALL_CRATES})

Expand Down
1 change: 1 addition & 0 deletions crates/c-hash-sig
Submodule c-hash-sig added at a84e9d
Loading