# CMake script for PAPPSOms++ library
# Author: Olivier Langella
# Created: 03/03/2015
# Rework: April 2020 (Coronavirus confinement)
# Major rework of the whole project structure, Filippo Rusconi, summer 2025

message("\n${BoldGreen}Now configuring src/ for ${PROJECT_NAME}${ColourReset}\n")

# We need this subdirectory because we want to  be able to access all the headers
# using #include <pappsomspp/...> when developing software that uses this
# library and that we want to use it in its development location, not  as
# an installed library.
message("Addding subdirectory pappsomspp for ${PROJECT_NAME}")

add_subdirectory(pappsomspp)

message("\n${BoldGreen}Done configuring src/ for ${PROJECT_NAME}${ColourReset}\n")
