Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit e384557

Browse files
use crypto3::all
1 parent 5cdecf0 commit e384557

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

test/CMakeLists.txt

+1-11
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,7 @@ cm_find_package(Boost REQUIRED COMPONENTS log log_setup random unit_test_framewo
1313

1414
cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}
1515

16-
${CMAKE_WORKSPACE_NAME}::algebra
17-
${CMAKE_WORKSPACE_NAME}::blueprint
18-
${CMAKE_WORKSPACE_NAME}::hash
19-
${CMAKE_WORKSPACE_NAME}::math
20-
${CMAKE_WORKSPACE_NAME}::multiprecision
21-
${CMAKE_WORKSPACE_NAME}::random
22-
${CMAKE_WORKSPACE_NAME}::zk
23-
marshalling::core
24-
marshalling::crypto3_algebra
25-
marshalling::crypto3_multiprecision
26-
marshalling::crypto3_zk
16+
crypto3::all
2717
LLVMIRReader
2818
LLVMCore
2919
LLVMSupport

0 commit comments

Comments
 (0)