Skip to content

Commit

Permalink
make blueprint use precompiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 12, 2024
1 parent 9ccb608 commit 94c2424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto3/libs/blueprint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target_include_directories(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTER
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}/include>)

target_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME} INTERFACE
${Boost_LIBRARIES}
Boost::container
)
include(CMTest)
add_tests(test)
Expand Down
2 changes: 1 addition & 1 deletion crypto3/libs/blueprint/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ if(BLUEPRINT_PLACEHOLDER_PROOF_GEN)
endif()

cm_test_link_libraries(${CMAKE_WORKSPACE_NAME}_${CURRENT_PROJECT_NAME}
${${CURRENT_PROJECT_NAME}_INTERFACE_LIBRARIES}
crypto3::blueprint
crypto3::algebra
crypto3::zk
crypto3::random
crypto3::hash
Boost::unit_test_framework
)
set_target_properties(_cm_internal_tests-crypto3-blueprint-test PROPERTIES CXX_STANDARD 20)
target_precompile_headers(_cm_internal_tests-crypto3-blueprint-test REUSE_FROM crypto3_precompiled_headers)
Expand Down

0 comments on commit 94c2424

Please sign in to comment.