mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
LibCore: Add ProcessWindows.cpp to CMakeLists
This commit is contained in:
parent
9730e47d51
commit
bebf787c36
Notes:
github-actions[bot]
2024-12-06 13:12:33 +00:00
Author: https://github.com/R-Goc Commit: https://github.com/LadybirdBrowser/ladybird/commit/bebf787c367 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2505 Reviewed-by: https://github.com/gmta ✅
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,6 @@ set(SOURCES
|
|||
MappedFile.cpp
|
||||
MimeData.cpp
|
||||
Notifier.cpp
|
||||
Process.cpp
|
||||
Resource.cpp
|
||||
ResourceImplementation.cpp
|
||||
ResourceImplementationFile.cpp
|
||||
|
@ -58,10 +57,12 @@ set(SOURCES
|
|||
|
||||
if (WIN32)
|
||||
list(APPEND SOURCES
|
||||
ProcessWindows.cpp
|
||||
AnonymousBufferWindows.cpp
|
||||
EventLoopImplementationWindows.cpp)
|
||||
else()
|
||||
list(APPEND SOURCES
|
||||
Process.cpp
|
||||
AnonymousBuffer.cpp
|
||||
EventLoopImplementationUnix.cpp)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue