Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyaojin committed Nov 23, 2023
1 parent f9f3c67 commit eeca1a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ This package provides some basic tools for C++ projects. The package mostly foll
- Macro variables defined within the package do not have leading or trailing underscores, such as `ZJ_PURPLE`;
- Macro variables defined through CMake follow the two underscores pattern, such as `__FOO_BAR__`;
- filenames follow the `foo-bar.xyz` pattern to make their style consistent with packages such as [zj-cmake](https://github.com/zongyaojin/zj-cmake/tree/main) and [zj-common-scripts](https://github.com/zongyaojin/zj-common-scripts).

This package is only tested in Ubuntu 22.04 with compiler options set to C++23 and C17.

0 comments on commit eeca1a4

Please sign in to comment.