mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
5 lines
226 B
CMake
5 lines
226 B
CMake
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})
|