Lagom: Add LibHTTP to Lagom (it builds fine without changes)
This commit is contained in:
parent
33cb41edcb
commit
a37331e236
Notes:
sideshowbarker
2024-07-19 03:38:25 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a37331e2360
1 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ file(GLOB LIBCORE_SOURCES "../../Libraries/LibCore/*.cpp")
|
|||
file(GLOB LIBELF_SOURCES "../../Libraries/LibELF/*.cpp")
|
||||
file(GLOB LIBGEMINI_SOURCES "../../Libraries/LibGemini/*.cpp")
|
||||
file(GLOB LIBGFX_SOURCES "../../Libraries/LibGfx/*.cpp")
|
||||
file(GLOB LIBHTTP_SOURCES "../../Libraries/LibHTTP/*.cpp")
|
||||
file(GLOB LIBIPC_SOURCES "../../Libraries/LibIPC/*.cpp")
|
||||
file(GLOB LIBLINE_SOURCES "../../Libraries/LibLine/*.cpp")
|
||||
set(LIBM_SOURCES "../../Libraries/LibM/math.cpp")
|
||||
|
@ -58,7 +59,7 @@ file(GLOB SHELL_SOURCES "../../Shell/*.cpp")
|
|||
file(GLOB SHELL_TESTS "../../Shell/Tests/*.sh")
|
||||
|
||||
set(LAGOM_CORE_SOURCES ${AK_SOURCES} ${LIBCORE_SOURCES})
|
||||
set(LAGOM_MORE_SOURCES ${LIBELF_SOURCES} ${LIBIPC_SOURCES} ${LIBLINE_SOURCES} ${LIBJS_SOURCES} ${LIBJS_SUBDIR_SOURCES} ${LIBX86_SOURCES} ${LIBCRYPTO_SOURCES} ${LIBCOMPRESS_SOURCES} ${LIBCRYPTO_SUBDIR_SOURCES} ${LIBTLS_SOURCES} ${LIBMARKDOWN_SOURCES} ${LIBGEMINI_SOURCES} ${LIBGFX_SOURCES})
|
||||
set(LAGOM_MORE_SOURCES ${LIBELF_SOURCES} ${LIBIPC_SOURCES} ${LIBLINE_SOURCES} ${LIBJS_SOURCES} ${LIBJS_SUBDIR_SOURCES} ${LIBX86_SOURCES} ${LIBCRYPTO_SOURCES} ${LIBCOMPRESS_SOURCES} ${LIBCRYPTO_SUBDIR_SOURCES} ${LIBTLS_SOURCES} ${LIBMARKDOWN_SOURCES} ${LIBGEMINI_SOURCES} ${LIBGFX_SOURCES} ${LIBHTTP_SOURCES})
|
||||
|
||||
include_directories (../../)
|
||||
include_directories (../../Libraries/)
|
||||
|
|
Loading…
Add table
Reference in a new issue