#pragma once #define ARFFLIB_VERSION_MAJOR @PROJECT_VERSION_MAJOR@ #define ARFFLIB_VERSION_MINOR @PROJECT_VERSION_MINOR@ #define ARFFLIB_VERSION_PATCH @PROJECT_VERSION_PATCH@ #define ARFFLIB_VERSION "@PROJECT_VERSION@" static constexpr std::string_view arffFiles_project_name = "@PROJECT_NAME@"; static constexpr std::string_view arffFiles_project_version = "@PROJECT_VERSION@"; static constexpr std::string_view arffFiles_project_description = "@PROJECT_DESCRIPTION@"; static constexpr std::string_view arffFiles_data_path = "@ArffFiles_SOURCE_DIR@/tests/data/";