Meta: Remove a legacy NoCoverage target
This was used back in SerenityOS but remains unused since then.
This commit is contained in:
parent
b9fec5edbf
commit
6d8b20ee5f
1 changed files with 0 additions and 5 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue