1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 17:17:45 +00:00

HeaderCheck: It checks some of your headers

This commit is contained in:
Ben Wiederhake 2021-01-21 21:41:48 +01:00 committed by Linus Groh
parent dee26ca5cd
commit 8de696bdd0
5 changed files with 79 additions and 0 deletions

View file

@ -250,6 +250,9 @@ if(NOT "${SERENITY_ARCH}" STREQUAL "aarch64")
add_subdirectory(Userland)
add_subdirectory(Tests)
endif()
if (ENABLE_COMPILETIME_HEADER_CHECK)
add_subdirectory(Meta/HeaderCheck)
endif()
export_components("${CMAKE_BINARY_DIR}/components.ini")