diff options
| author | allusive-dev <[email protected]> | 2023-11-17 12:26:02 +1100 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-11-17 12:26:02 +1100 |
| commit | 0ba9b466644b6bd601a8163eaf9526a9bada97fc (patch) | |
| tree | f10696cd925928bd20e55b14afc369fcda4f9f77 /src/compfy.modulemap | |
| parent | Update README.md (diff) | |
| download | compfy-0ba9b466644b6bd601a8163eaf9526a9bada97fc.tar.xz compfy-0ba9b466644b6bd601a8163eaf9526a9bada97fc.zip | |
Added version checker. See README
Diffstat (limited to 'src/compfy.modulemap')
| -rw-r--r-- | src/compfy.modulemap | 6 |
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" } |