This commit is contained in:
2020-04-30 16:09:57 +03:00
parent b7c97af69a
commit 0302048afa
2 changed files with 6 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
Pelipenko Ivan (peri4) peri4ko@yandex.ru
Bychkov Andrey (andrey) work.a.b@yandex.ru
peri4 = Пелипенко Иван <peri4ko@yandex.ru>
andrey = Бычков Андрей <andrey@signalmodelling.ru>

View File

@@ -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(<out_var> file0 [file1 ...] [OPTIONS opt0 [opt1 ...] ] [ABSOLUTE])`