From 2cdb93511b383f67c1fbde18eff5772013743d5f Mon Sep 17 00:00:00 2001
From: Dmitry Puzyrkov <dmitry.puzyrkov@demlabs.net>
Date: Thu, 25 Aug 2022 17:45:12 +0000
Subject: [PATCH] [*] windows-related staff in cmake fixed.

---
 CMakeLists.txt | 4 ++--
 cellframe-sdk  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 665afe7d1..2f8543e39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -185,8 +185,8 @@ if(WIN32)
     add_executable(${NODE_TOOL_TARGET} "sources/main_node_tool.c" )
 
     target_link_libraries(${NODE_CLI_TARGET} dap_chain_net dap_app_cli z pthread
-			KERNEL32 USER32 SHELL32 WINMM GDI32 ADVAPI32 Ole32 Version Imm32
-			OleAut32 ws2_32 ntdll psapi Shlwapi Bcrypt Crypt32 Secur32 userenv )
+			kernel32 user32 shell32 winmm gdi32 advapi32 ole32 version imm32
+			oleaut32 ws2_32 ntdll psapi shlwapi bcrypt crypt32 secur32 userenv )
     set_property(TARGET ${NODE_CLI_TARGET} APPEND_STRING PROPERTY LINK_FLAGS "-mconsole")
     target_link_libraries(${NODE_TOOL_TARGET} cellframe-sdk )
     set_property(TARGET ${NODE_TOOL_TARGET} APPEND_STRING PROPERTY LINK_FLAGS "-mconsole")
diff --git a/cellframe-sdk b/cellframe-sdk
index 972c42c43..167489dc3 160000
--- a/cellframe-sdk
+++ b/cellframe-sdk
@@ -1 +1 @@
-Subproject commit 972c42c437fee3fae0decea823a00b7bde50ee1f
+Subproject commit 167489dc3f1e62cfd4b817b80e3df05984770b5a
-- 
GitLab