Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mkornaukhov03 committed Jul 29, 2024
1 parent 36898ba commit e3987ca
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions runtime-light/runtime-light.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(RUNTIME_LIGHT_SRC ${RUNTIME_CORE_SRC}
${RUNTIME_COROUTINE_SRC}
${RUNTIME_COMPONENT_SRC}
${RUNTIME_STREAMS_SRC}
# ${RUNTIME_TL_SRC}
${RUNTIME_TL_SRC}
${RUNTIME_UTILS_SRC}
${RUNTIME_LANGUAGE_SRC}
${RUNTIME_MEMORY_RESOURCE_IMPL_SRC}
Expand All @@ -39,11 +39,6 @@ file(GLOB_RECURSE KPHP_RUNTIME_ALL_HEADERS
RELATIVE ${BASE_DIR}
CONFIGURE_DEPENDS
"${RUNTIME_LIGHT_DIR}/*.h")
file(GLOB_RECURSE KPHP_RUNTIME_CORE_ALL_HEADERS
RELATIVE ${BASE_DIR}
CONFIGURE_DEPENDS
"${BASE_DIR}/runtime-core/*.h")
list(APPEND KPHP_RUNTIME_ALL_HEADERS ${KPHP_RUNTIME_CORE_ALL_HEADERS})
list(TRANSFORM KPHP_RUNTIME_ALL_HEADERS REPLACE "^(.+)$" [[#include "\1"]])
list(JOIN KPHP_RUNTIME_ALL_HEADERS "\n" MERGED_RUNTIME_HEADERS)
file(WRITE ${AUTO_DIR}/runtime/runtime-headers.h "\
Expand Down

0 comments on commit e3987ca

Please sign in to comment.