mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 22:30:31 +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: bebf787c36
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
|
MappedFile.cpp
|
||||||
MimeData.cpp
|
MimeData.cpp
|
||||||
Notifier.cpp
|
Notifier.cpp
|
||||||
Process.cpp
|
|
||||||
Resource.cpp
|
Resource.cpp
|
||||||
ResourceImplementation.cpp
|
ResourceImplementation.cpp
|
||||||
ResourceImplementationFile.cpp
|
ResourceImplementationFile.cpp
|
||||||
|
@ -58,10 +57,12 @@ set(SOURCES
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND SOURCES
|
list(APPEND SOURCES
|
||||||
|
ProcessWindows.cpp
|
||||||
AnonymousBufferWindows.cpp
|
AnonymousBufferWindows.cpp
|
||||||
EventLoopImplementationWindows.cpp)
|
EventLoopImplementationWindows.cpp)
|
||||||
else()
|
else()
|
||||||
list(APPEND SOURCES
|
list(APPEND SOURCES
|
||||||
|
Process.cpp
|
||||||
AnonymousBuffer.cpp
|
AnonymousBuffer.cpp
|
||||||
EventLoopImplementationUnix.cpp)
|
EventLoopImplementationUnix.cpp)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue