mirror of
https://github.com/libtom/libtomcrypt
synced 2026-08-25 20:26:07 -04:00
also update pkg-config file generated by cmake
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
parent
2c3a5fd0ac
commit
5330cd1d9b
1 changed files with 2 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ if(WITH_LTM)
|
|||
target_compile_definitions(${PROJECT_NAME} PUBLIC USE_LTM)
|
||||
endif()
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC libtommath)
|
||||
list(APPEND MPI_PROVIDERS -ltommath)
|
||||
endif()
|
||||
# GNU MP
|
||||
if(WITH_GMP)
|
||||
|
|
@ -146,6 +147,7 @@ if(WITH_GMP)
|
|||
target_compile_definitions(${PROJECT_NAME} PUBLIC USE_GMP)
|
||||
endif()
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC ${GMP_LIBRARIES})
|
||||
list(APPEND MPI_PROVIDERS -lgmp)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue