mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added missing definition of LIB_INSTALL_DIR
This commit is contained in:
parent
36f1b197ca
commit
091e2872e4
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ endif(CMAKE_BUILD_TYPE STREQUAL "Coverage")
|
||||||
|
|
||||||
option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library." OFF)
|
option(USE_PKCS11_HELPER_LIBRARY "Build PolarSSL with the pkcs11-helper library." OFF)
|
||||||
|
|
||||||
|
if(LIB_INSTALL_DIR)
|
||||||
|
else()
|
||||||
|
set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib)
|
||||||
|
endif()
|
||||||
|
|
||||||
include_directories(include/)
|
include_directories(include/)
|
||||||
|
|
||||||
add_subdirectory(library)
|
add_subdirectory(library)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue