Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/CMakeLists.txt
Parent Directory
| Revision Log
| Patch
| 6 |
include(${CMAKE_CURRENT_SOURCE_DIR}/../../libs/lib_openssl.cmake) |
include(${CMAKE_CURRENT_SOURCE_DIR}/../../libs/lib_openssl.cmake) |
| 7 |
|
|
| 8 |
if (MSVC) |
if (MSVC) |
| 9 |
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /DELAYLOAD:user32.dll /DELAYLOAD:dnsapi.dll") |
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /DELAYLOAD:user32.dll") |
| 10 |
endif() |
endif() |
| 11 |
|
|
| 12 |
add_library( |
add_library( |
| 136 |
${OPENSSL_LIB} |
${OPENSSL_LIB} |
| 137 |
# |
# |
| 138 |
ws2_32 |
ws2_32 |
|
dnsapi |
|
| 139 |
gdi32 |
gdi32 |
| 140 |
comdlg32 |
comdlg32 |
| 141 |
delayimp |
delayimp |
|
|
Legend:
| Removed from v.8681 |
|
| changed lines |
| |
Added in v.9126 |
|
|
|