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:
parent
dee26ca5cd
commit
8de696bdd0
5 changed files with 79 additions and 0 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue