cmake_minimum_required(VERSION 3.15) 

project(mysimplelib) # defined in ROOT CMakeLists.txt

add_subdirectory(Examples)

