Skip to content

Commit

Permalink
libraries: add popt
Browse files Browse the repository at this point in the history
  • Loading branch information
wfrisch committed Dec 18, 2024
1 parent 580b68b commit 681c559
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,6 @@
[submodule "libraries/libvterm"]
path = libraries/libvterm
url = https://github.com/wfrisch/libvterm-mirror
[submodule "libraries/popt"]
path = libraries/popt
url = https://github.com/rpm-software-management/popt
15 changes: 15 additions & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,21 @@ def sparse_paths(self):
Library('pcre2', [
"src/*",
]),
Library('popt', [
"src/popt.c",
"src/popthelp.c",
"src/popt.h",
"src/poptconfig.c",
"tests/test1.c",
"src/poptint.h",
"src/poptparse.c",
"src/system.h",
"src/poptint.c",
"tests/test2.c",
"tests/tdict.c",
"src/lookup3.c",
"tests/test3.c",
]),
Library('rapidjson', [
"include/rapidjson/document.h",
"include/rapidjson/schema.h",
Expand Down
1 change: 1 addition & 0 deletions libraries/popt
Submodule popt added at 63f096

0 comments on commit 681c559

Please sign in to comment.