Meta: Remove a legacy NoCoverage target

This was used back in SerenityOS but remains unused since then.
This commit is contained in:
Undefine 2026-04-21 16:04:35 +02:00 committed by Shannon Booth
parent b9fec5edbf
commit 6d8b20ee5f

View file

@ -130,11 +130,6 @@ include(targets)
add_lagom_library_install_rules(GenericClangPlugin)
add_lagom_library_install_rules(JSClangPlugin)
# Create mostly empty targets for system libraries we don't need to build for Lagom
add_library(NoCoverage INTERFACE)
# "install" these special targets to placate CMake
install(TARGETS NoCoverage EXPORT LagomTargets)
add_subdirectory(AK)
add_subdirectory(Libraries)