haikuwebkit/Source/WTF/wtf/PlatformPlayStation.cmake

31 lines
684 B
CMake

list(APPEND WTF_SOURCES
generic/MainThreadGeneric.cpp
generic/MemoryFootprintGeneric.cpp
generic/RunLoopGeneric.cpp
generic/WorkQueueGeneric.cpp
playstation/FileSystemPlayStation.cpp
playstation/LanguagePlayStation.cpp
playstation/UniStdExtrasPlayStation.cpp
posix/CPUTimePOSIX.cpp
posix/FileSystemPOSIX.cpp
posix/OSAllocatorPOSIX.cpp
posix/ThreadingPOSIX.cpp
text/unix/TextBreakIteratorInternalICUUnix.cpp
unix/LoggingUnix.cpp
unix/MemoryPressureHandlerUnix.cpp
)
list(APPEND WTF_LIBRARIES
${KERNEL_LIBRARY}
Threads::Threads
)
PLAYSTATION_COPY_REQUIREMENTS(WTF_CopySharedLibs
FILES
${ICU_LIBRARIES}
)