1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:47: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

@ -0,0 +1,4 @@
execute_process(COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/generate_all.py" "${SERENITY_ARCH}" OUTPUT_VARIABLE SOURCES_STRING)
string(REPLACE "\n" ";" SOURCES_LIST ${SOURCES_STRING})
add_library(HeaderCheck OBJECT ${SOURCES_LIST})