From 9ba7dbfff1a2b12c42c6af9fa0457c3a1392e078 Mon Sep 17 00:00:00 2001
From: am0ebe <am0ebe@gmx.de>
Date: Tue, 11 Jan 2022 15:21:15 +0100
Subject: [PATCH] .

---
 .gitignore              | 2 ++
 examples/CMakeLists.txt | 4 ++--
 examples/Demo2.cpp      | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index fea4abe..11d7fcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,5 @@ _*
 bgslibrary_gui
 .pypirc
 upload.sh
+
+.sublime-workspace
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 00c6ac4..ac47b92 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -162,8 +162,8 @@ add_executable(bgslibrary ${main})
 target_link_libraries(bgslibrary ${OpenCV_LIBS} libbgs)
 set_target_properties(bgslibrary PROPERTIES OUTPUT_NAME bgs)
 
-add_executable(bgs_demo ${demo}) # <<<<<< TODO
-target_link_libraries(bgs_demo ${OpenCV_LIBS} ${LibArchive_LIBRARIES} libbgs)
+# add_executable(bgs_demo ${demo}) # <<<<<< TODO
+# target_link_libraries(bgs_demo ${OpenCV_LIBS} ${LibArchive_LIBRARIES} libbgs)
 
 add_executable(bgs_demo2 ${demo2})
 target_link_libraries(bgs_demo2 ${OpenCV_LIBS} ${LibArchive_LIBRARIES} libbgs)
diff --git a/examples/Demo2.cpp b/examples/Demo2.cpp
index 7e3105c..b3f130b 100644
--- a/examples/Demo2.cpp
+++ b/examples/Demo2.cpp
@@ -4,6 +4,7 @@ based  on original demo.cpp
 */
 
 // c
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <archive.h>
-- 
GitLab