diff options
Diffstat (limited to 'Meta/HeaderCheck/CMakeLists.txt')
-rw-r--r-- | Meta/HeaderCheck/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Meta/HeaderCheck/CMakeLists.txt b/Meta/HeaderCheck/CMakeLists.txt new file mode 100644 index 0000000000..86e0d165e1 --- /dev/null +++ b/Meta/HeaderCheck/CMakeLists.txt @@ -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}) |