cmake_minimum_required(VERSION 3.16)
project(eslimpp)
# subjective logic functionality is installed with the nested project called subjective_logic (aduulm_development legacy)
add_subdirectory(library)
