aboutsummaryrefslogtreecommitdiff
path: root/src/compfy.modulemap
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-17 12:26:02 +1100
committerallusive-dev <[email protected]>2023-11-17 12:26:02 +1100
commit0ba9b466644b6bd601a8163eaf9526a9bada97fc (patch)
treef10696cd925928bd20e55b14afc369fcda4f9f77 /src/compfy.modulemap
parentUpdate README.md (diff)
downloadcompfy-0ba9b466644b6bd601a8163eaf9526a9bada97fc.tar.xz
compfy-0ba9b466644b6bd601a8163eaf9526a9bada97fc.zip
Added version checker. See README
Diffstat (limited to 'src/compfy.modulemap')
-rw-r--r--src/compfy.modulemap6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compfy.modulemap b/src/compfy.modulemap
index 621ad81..78d7d94 100644
--- a/src/compfy.modulemap
+++ b/src/compfy.modulemap
@@ -23,6 +23,12 @@ module region {
module compfy {
header "compfy.h"
}
+module curl {
+ header "curl.h"
+}
+module json-c {
+ header "json.h"
+}
module types {
header "types.h"
}