Skip to content

Commit

Permalink
fix: account for refactor
Browse files Browse the repository at this point in the history
header files moved in mbedtls
  • Loading branch information
priyasiddharth committed Oct 16, 2024
1 parent ab5d520 commit d6054dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,8 @@ set(VERIFY_CMD ${CMAKE_CURRENT_BINARY_DIR}/verify)
include_directories(BEFORE ${CMAKE_CURRENT_BINARY_DIR}/seahorn/include/
${SEAHORN_ROOT}/include
${MBEDTLS_DIR}/include/mbedtls
${MBEDTLS_DIR}/tf-psa-crypto/include/)
${MBEDTLS_DIR}/tf-psa-crypto/include/
${MBEDTLS_DIR}/tf-psa-crypto/core/
${MBEDTLS_DIR}/tf-psa-crypto/drivers/builtin/include/
${MBEDTLS_DIR}/tf-psa-crypto/drivers/builtin/src/)
add_subdirectory(seahorn)
2 changes: 1 addition & 1 deletion mbedtls
Submodule mbedtls updated 1467 files
2 changes: 1 addition & 1 deletion seamock

0 comments on commit d6054dd

Please sign in to comment.