From 37259078f02b797ece6bf67aa6179cb05ba92d47 Mon Sep 17 00:00:00 2001
From: AlexeyAB <alexeyab84@gmail.com>
Date: Sat, 05 Aug 2017 13:23:53 +0000
Subject: [PATCH] Add tracking for image in example of usage SO/DLL
---
build/darknet/yolo_cpp_dll_no_gpu.vcxproj | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build/darknet/yolo_cpp_dll_no_gpu.vcxproj b/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
index 96afb0d..2b746f5 100644
--- a/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
+++ b/build/darknet/yolo_cpp_dll_no_gpu.vcxproj
@@ -139,6 +139,7 @@
<UndefinePreprocessorDefinitions>
</UndefinePreprocessorDefinitions>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
+ <OpenMPSupport>true</OpenMPSupport>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
--
Gitblit v1.10.0