mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-06-13 19:21:32 +03:00
ECDH: Add Everest Curve25519 to VS project files
This being the first 3rdparty-contribution, we may want to consider the structure of the project file generation scripts. Perhaps add small, constribution-specific scripts to each directory in 3rdparty instead of adding all constraints to generate_visualc_files.pl?
This commit is contained in:
committed by
Janos Follath
parent
b4e63a14d9
commit
c14dd845ad
@ -38,7 +38,7 @@ EOT
|
||||
|
||||
if ($include_crypto) {
|
||||
$include_directories = <<EOT;
|
||||
../../include;../../crypto/include\r
|
||||
../../include;../../crypto/include;../../crypto/3rdparty/everest/include/;../../crypto/3rdparty/everest/include/everest;../../crypto/3rdparty/everest/include/everest/vs2010;../../crypto/3rdparty/everest/include/everest/kremlib\r
|
||||
EOT
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user