Skip to content

Commit

Permalink
Use json pull for parsing the feed metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 7, 2024
1 parent f3a767d commit 3b1a44e
Show file tree
Hide file tree
Showing 8 changed files with 929 additions and 637 deletions.
4 changes: 2 additions & 2 deletions openvasd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ pkg_check_modules (GLIB_JSON REQUIRED json-glib-1.0>=1.4.4)
include_directories (${GLIB_INCLUDE_DIRS} ${GLIB_JSON_INCLUDE_DIRS}
${CURL_INCLUDE_DIRS})

set (FILES openvasd.c jsonutils.c)
set (HEADERS openvasd.h jsonutils.h)
set (FILES openvasd.c vtparser.c)
set (HEADERS openvasd.h vtparser.h)

if (BUILD_STATIC)
add_library (gvm_openvasd_static STATIC ${FILES})
Expand Down
Loading

0 comments on commit 3b1a44e

Please sign in to comment.