mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
...
This commit is contained in:
parent
25508229e4
commit
2a20f7d920
1 changed files with 4 additions and 0 deletions
|
@ -52,6 +52,10 @@ add_executable(minisign
|
|||
src/minisign.c)
|
||||
|
||||
if(STATIC_LIBSODIUM)
|
||||
if(BUILD_STATIC_EXECUTABLES)
|
||||
set_target_properties(minisign PROPERTIES LINK_SEARCH_START_STATIC 1)
|
||||
set_target_properties(minisign PROPERTIES LINK_SEARCH_END_STATIC 1)
|
||||
endif()
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue