##
## Copyright (c) Toposens GmbH 2022. All rights reserved.
##

cmake_minimum_required(VERSION 3.10)

# The project
project(toposens-library)

# Add the sub-directories
add_subdirectory(toposens_sensor_library)
add_subdirectory(examples)