|
Lines 43-53
Link Here
|
| 43 |
|
43 |
|
| 44 |
add_library(msn SHARED ${msn_STAT_SRCS}) |
44 |
add_library(msn SHARED ${msn_STAT_SRCS}) |
| 45 |
set_target_properties(msn PROPERTIES VERSION 0.1.0 |
45 |
set_target_properties(msn PROPERTIES VERSION 0.1.0 |
| 46 |
SOVERSION 0.1 |
46 |
SOVERSION 0 |
| 47 |
) |
47 |
) |
| 48 |
|
48 |
|
| 49 |
if(NOT WIN32) |
49 |
if(NOT WIN32) |
| 50 |
target_link_libraries(msn crypto) |
50 |
target_link_libraries(msn crypto compat) |
| 51 |
else(NOT WIN32) |
51 |
else(NOT WIN32) |
| 52 |
target_link_libraries(msn ${OPENSSL_EAY_LIBRARIES}) |
52 |
target_link_libraries(msn ${OPENSSL_EAY_LIBRARIES}) |
| 53 |
endif(NOT WIN32) |
53 |
endif(NOT WIN32) |