1
Fork 0
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:
Liav A 2023-05-20 23:04:43 +03:00 committed by Andrew Kaster
parent 22737b70bc
commit ccaa423372
9 changed files with 473 additions and 0 deletions

View file

@ -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)