Riyyi 9000d1d968 CMake: Populate list of required include directories for library targets
PUBLIC items will populate the INTERFACE_INCLUDE_DIRECTORIES property of
<target>. This property is a list of public include directories
requirements for a library.

Targets may populate this property to publish the include directories
required to compile against the headers for the target.
2022-09-28 14:32:23 +02:00
2022-09-26 02:40:32 +02:00
2022-08-17 13:07:55 +02:00

Riyyi's Utilities for C++

Utility library for C++.

  • Argument parsing
  • Formatting library
  • JSON parsing
  • Unit test macros

Formatting library

The format specification has been heavily inspired by the {fmt} library, most of the mini-language is supported.

Note: Development was previously done at: manafiles/src/util and manafiles/test.

S
Description
Riyyis Utilities for C++
Readme
851 KiB
Languages
C++ 95.5%
Shell 3%
CMake 1.2%
C 0.3%