darling-WTF/wtf/PlatformPlayStation.cmake
2023-04-24 20:14:26 -07:00

29 lines
619 B
CMake

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