mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 09:17:45 +00:00
Utilities: Add basic Package manager skeleton utility
This commit is contained in:
parent
22737b70bc
commit
ccaa423372
9 changed files with 473 additions and 0 deletions
|
@ -171,3 +171,5 @@ foreach(name IN LISTS FUZZER_TARGETS)
|
|||
set_source_files_properties("${fuzz_source_file}" PROPERTIES COMPILE_OPTIONS "-Wno-missing-declarations")
|
||||
target_link_libraries(test-fuzz PRIVATE "${FUZZER_DEPENDENCIES_${name}}")
|
||||
endforeach()
|
||||
|
||||
add_subdirectory(pkg)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue