From 0302048afa0ce3354d56698cbdeda728de9bc64f Mon Sep 17 00:00:00 2001 From: Ivan Pelipenko Date: Thu, 30 Apr 2020 16:09:57 +0300 Subject: [PATCH] AUTHORS --- AUTHORS.txt | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index bd85159d..7dd5dfb6 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,2 +1,2 @@ -Pelipenko Ivan (peri4) peri4ko@yandex.ru -Bychkov Andrey (andrey) work.a.b@yandex.ru +peri4 = Пелипенко Иван +andrey = Бычков Андрей diff --git a/README.md b/README.md index fcc53ac0..23056ec2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Platform-Independent Primitives library + ## Introduction + Low-level C++ library that covers next areas: * Strings * Console IO @@ -12,7 +14,9 @@ Low-level C++ library that covers next areas: * Compression (zlib) * Resources * Metaprogramming + ## CMake + This library tightly integrated with CMake by providing some macro: * `pip_code_model( file0 [file1 ...] [OPTIONS opt0 [opt1 ...] ] [ABSOLUTE])`