Skip to content

Commit

Permalink
use only crypto3::all
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Jun 20, 2024
1 parent 991c880 commit 53f560e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,7 @@ endif()

cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}

${CMAKE_WORKSPACE_NAME}::algebra
${CMAKE_WORKSPACE_NAME}::math
${CMAKE_WORKSPACE_NAME}::multiprecision
${CMAKE_WORKSPACE_NAME}::zk
${CMAKE_WORKSPACE_NAME}::random

marshalling::core
marshalling::crypto3_multiprecision
marshalling::crypto3_algebra
marshalling::crypto3_zk
${CMAKE_WORKSPACE_NAME}::all
${Boost_LIBRARIES})

add_custom_target(compile_and_run_transpiler_tests)
Expand Down

0 comments on commit 53f560e

Please sign in to comment.