diff options
author | stehu <[email protected]> | 2022-03-04 15:53:59 +0000 |
---|---|---|
committer | stehu <[email protected]> | 2022-03-04 15:53:59 +0000 |
commit | 912fb33a874e7f92ef8a6b206cffd45e0d6146fe (patch) | |
tree | c0bf02a58d0766469bb8c5e17d13e7719986c7ed /.gitmodules | |
parent | <fix>(ci): Minor bug in modifying OS labels in ci files (diff) | |
download | GpgFrontend-912fb33a874e7f92ef8a6b206cffd45e0d6146fe.tar.gz GpgFrontend-912fb33a874e7f92ef8a6b206cffd45e0d6146fe.zip |
<fix, refactor, feat> adjust the project configuration
1. Fix possible problems with mac compilation
2. Add new third-party dependency libconfig
3. Use the correct project configuration to specify the C++ standard
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2949c406..3815e764 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "third_party/libarchive"] path = third_party/libarchive url = https://github.com/saturneric/libarchive.git +[submodule "third_party/libconfig"] + path = third_party/libconfig + url = https://github.com/saturneric/libconfig |