commit | 60bc47dd875b2e2823355b96fbf31bda8a1f2c9b | [log] [tgz] |
---|---|---|
author | Augustin Cavalier <waddlesplash@gmail.com> | Wed Apr 11 20:27:32 2018 -0400 |
committer | Augustin Cavalier <waddlesplash@gmail.com> | Wed Apr 11 20:27:32 2018 -0400 |
tree | 4b64b1021f69469134cf7cfe3b24c1e1d15b7661 | |
parent | 80aa3b8d6509be24cb67454e7a0519da20951faf [diff] [blame] |
library: Port to Haiku.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 7742c22..993244f 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -95,6 +95,10 @@ 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)