diff --git a/.gitignore b/.gitignore index a8a2336..8c52939 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ !.github !.gitignore +!.gitmodules !LICENSE !README.md diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f98ea50 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "docs/doxygen/doxygen-awesome-css"] + path = docs/doxygen/doxygen-awesome-css + url = git@github.com:jothepro/doxygen-awesome-css.git diff --git a/README.md b/README.md index 98d472c..0463d35 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ TODO: - [x] Package with Nix \[ "lib" "dev" "bin " ] - [x] Add proper meson building (with subprojects) - [x] Add proper CMake building (with FetchContent) -- [x] Add proper license :)))) +- [x] Add proper license :))) - [x] Remove CTRE fir xdg parsing - [x] CI - [x] Linux - Nix with { CMake, Meson } x { Gcc, Clang }