Skip to content
Snippets Groups Projects
user avatar
SIhrke authored
Added CMake Target Export to the Installation Step for easy Integration of BGSLibrary in user projects. (#171)

usage:
cmake_minimum_required(VERSION 3.5)
find_package(BGSLibrary 3.0.0 REQUIRED)
add_executable(BackgroundSubtractionTester main.cpp)
target_link_libraries(BackgroundSubtractionTester BGSLibrary::BGSLibrary)

Co-authored-by: default avatarIVI\ihrke <stephan.ihrke@ivi.fraunhofer.de>
6eaeff87
History
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Name Last commit Last update
..
BGSLibraryConfig.cmake.in
FindOpenCV.cmake