From 2d2b89c134a735d8b85cf974231a903ec58aec14 Mon Sep 17 00:00:00 2001
From: Shahar Hadas <shaharhd@gmail.com>
Date: 周日, 10 5月 2020 19:18:01 +0800
Subject: [PATCH] Fix network detection for Windows OS (#94)

---
 src/inspector/CMakeLists.txt |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/inspector/CMakeLists.txt b/src/inspector/CMakeLists.txt
index e3e5a83..b280ed4 100644
--- a/src/inspector/CMakeLists.txt
+++ b/src/inspector/CMakeLists.txt
@@ -3,6 +3,8 @@
 
 target_link_libraries(lccinspector 
      licensecc_static
- 	 Boost::unit_test_framework 
+     Boost::unit_test_framework 
      Boost::filesystem
-     Boost::system)
\ No newline at end of file
+     Boost::system)
+
+install(TARGETS lccinspector RUNTIME DESTINATION bin/${LCC_PROJECT_NAME})

--
Gitblit v1.9.1