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:
parent
dee26ca5cd
commit
8de696bdd0
5 changed files with 79 additions and 0 deletions
4
Meta/HeaderCheck/CMakeLists.txt
Normal file
4
Meta/HeaderCheck/CMakeLists.txt
Normal 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})
|
Loading…
Add table
Add a link
Reference in a new issue