Skip to content

Commit

Permalink
Add needed library for Windows build. Remove some unused build files
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Apr 16, 2024
1 parent d72a6d0 commit 116b2a5
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2015, 2023 logi.cals GmbH, Frank Pagliughi <[email protected]> and others
# Copyright (c) 2015, 2024 logi.cals GmbH, Frank Pagliughi <[email protected]> and others
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
Expand Down Expand Up @@ -56,7 +56,7 @@ if(NOT PAHO_HIGH_PERFORMANCE)
endif()

if(WIN32)
set(LIBS_SYSTEM ws2_32 crypt32 RpcRT4)
set(LIBS_SYSTEM ws2_32 crypt32 RpcRT4 Iphlpapi)
elseif(UNIX)
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
set(LIBS_SYSTEM c dl pthread rt)
Expand Down
1 change: 0 additions & 1 deletion travis-deploy.sh

This file was deleted.

29 changes: 0 additions & 29 deletions travis-install.sh

This file was deleted.

4 changes: 0 additions & 4 deletions travis-setup-deploy.sh

This file was deleted.

0 comments on commit 116b2a5

Please sign in to comment.