library: Port to Haiku.

This commit is contained in:
Augustin Cavalier 2018-04-11 20:27:32 -04:00
parent 80aa3b8d65
commit 60bc47dd87
4 changed files with 10 additions and 3 deletions

View file

@ -95,6 +95,10 @@ if(WIN32)
set(libs ${libs} ws2_32)
endif(WIN32)
if(HAIKU)
set(libs ${libs} network)
endif(HAIKU)
if(USE_PKCS11_HELPER_LIBRARY)
set(libs ${libs} pkcs11-helper)
endif(USE_PKCS11_HELPER_LIBRARY)