Skip to content

Commit

Permalink
apply suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Oct 14, 2024
1 parent d8a3725 commit cac0625
Show file tree
Hide file tree
Showing 5 changed files with 102 additions and 118 deletions.
2 changes: 1 addition & 1 deletion openvasd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include_directories (${GLIB_INCLUDE_DIRS} ${GLIB_JSON_INCLUDE_DIRS}
${CURL_INCLUDE_DIRS})

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

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

0 comments on commit cac0625

Please sign in to comment.