Fixed build paths for windows
This commit is contained in:
parent
399e5fb5f3
commit
a2fa972110
2
client
2
client
@ -1 +1 @@
|
||||
Subproject commit 26457e40bf1b1acf8385ec32604bae51ebececfa
|
||||
Subproject commit 005c67bb5150fb5567e2ac58170c93eda9a2d4fa
|
@ -32,12 +32,12 @@ find_path(TomCrypt_INCLUDE_DIR
|
||||
)
|
||||
|
||||
find_library(TomCrypt_LIBRARIES_STATIC
|
||||
NAMES libtomcrypt.lib libtomcrypt.a
|
||||
NAMES tomcrypt.lib libtomcrypt.lib libtomcrypt.a
|
||||
HINTS ${TomCrypt_ROOT_DIR} ${TomCrypt_ROOT_DIR}/lib
|
||||
)
|
||||
|
||||
find_library(TomCrypt_LIBRARIES_SHARED
|
||||
NAMES libtomcrypt.dll libtomcrypt.so
|
||||
NAMES tomcrypt.dll libtomcrypt.dll libtomcrypt.so
|
||||
HINTS ${TomCrypt_ROOT_DIR} ${TomCrypt_ROOT_DIR}/lib
|
||||
)
|
||||
|
||||
|
@ -27,7 +27,7 @@ find_path(TomMath_INCLUDE_DIR
|
||||
)
|
||||
|
||||
find_library(TomMath_LIBRARIES_STATIC
|
||||
NAMES tommath.lib tommath.a libtommath.a libtommathStatic.a
|
||||
NAMES tommathStatic.lib tommath.lib tommath.a libtommath.a libtommathStatic.a
|
||||
HINTS ${TomMath_ROOT_DIR} ${TomMath_ROOT_DIR}/${BUILD_OUTPUT} ${TomMath_ROOT_DIR}/lib
|
||||
)
|
||||
|
||||
|
@ -32,7 +32,7 @@ find_path(fvad_INCLUDE_DIR
|
||||
)
|
||||
|
||||
find_library(fvad_LIBRARIES_STATIC
|
||||
NAMES libfvad.a libfvad.lib
|
||||
NAMES fvad.lib libfvad.a libfvad.lib
|
||||
HINTS ${fvad_ROOT_DIR} ${fvad_ROOT_DIR}/lib
|
||||
)
|
||||
|
||||
|
2
shared
2
shared
@ -1 +1 @@
|
||||
Subproject commit 0bb0eb5df1d9e35a53d7ff050a84fb9c25764403
|
||||
Subproject commit c7a547da12f326b2578f801f3a65a5ead4d50b28
|
Loading…
Reference in New Issue
Block a user