version 1.16.0_alpha

PISerial::availableDevicesInfo (Linux and Windows)
This commit is contained in:
2020-05-26 16:08:38 +03:00
parent 6413e7747e
commit b6ab5aa202
5 changed files with 308 additions and 68 deletions

View File

@@ -2,8 +2,8 @@ cmake_minimum_required(VERSION 3.0)
cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(pip)
set(_PIP_MAJOR 1)
set(_PIP_MINOR 15)
set(_PIP_REVISION 1)
set(_PIP_MINOR 16)
set(_PIP_REVISION 0)
set(_PIP_SUFFIX alpha)
set(_PIP_COMPANY SHS)
set(_PIP_DOMAIN org.SHS)
@@ -358,7 +358,7 @@ if(NOT PIP_FREERTOS)
if(WIN32)
if(${C_COMPILER} STREQUAL "cl.exe")
else()
list(APPEND LIBS_MAIN ws2_32 iphlpapi psapi)
list(APPEND LIBS_MAIN ws2_32 iphlpapi psapi cfgmgr32 SetupAPI)
endif()
else()
list(APPEND LIBS_MAIN dl)