mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
80d6f46d4e
Yes, you build this *inside* serenity.
24 lines
613 B
Diff
24 lines
613 B
Diff
diff --git a/Utilities/cmlibuv/CMakeLists.txt b/Utilities/cmlibuv/CMakeLists.txt
|
|
index 92d2411..e6bf241 100644
|
|
--- a/Utilities/cmlibuv/CMakeLists.txt
|
|
+++ b/Utilities/cmlibuv/CMakeLists.txt
|
|
@@ -354,6 +354,18 @@ if(CMAKE_SYSTEM_NAME STREQUAL "QNX")
|
|
)
|
|
endif()
|
|
|
|
+if (CMAKE_SYSTEM_NAME STREQUAL "SerenityOS")
|
|
+ list(APPEND uv_headers
|
|
+ include/uv/posix.h
|
|
+ )
|
|
+ list(APPEND uv_sources
|
|
+ src/unix/posix-hrtime.c
|
|
+ src/unix/posix-poll.c
|
|
+ src/unix/no-fsevents.c
|
|
+ src/unix/no-proctitle.c
|
|
+ )
|
|
+endif()
|
|
+
|
|
include_directories(
|
|
${uv_includes}
|
|
${KWSYS_HEADER_ROOT}
|