mirror of
https://github.com/darlinghq/darling-WTF.git
synced 2024-11-23 11:59:47 +00:00
32 lines
651 B
CMake
32 lines
651 B
CMake
list(APPEND WTF_SOURCES
|
|
PlatformUserPreferredLanguagesUnix.cpp
|
|
UniStdExtras.cpp
|
|
|
|
generic/MainThreadGeneric.cpp
|
|
generic/WorkQueueGeneric.cpp
|
|
|
|
glib/GLibUtilities.cpp
|
|
glib/GRefPtr.cpp
|
|
glib/RunLoopGLib.cpp
|
|
|
|
linux/CurrentProcessMemoryStatus.cpp
|
|
linux/MemoryFootprintLinux.cpp
|
|
linux/MemoryPressureHandlerLinux.cpp
|
|
|
|
text/unix/TextBreakIteratorInternalICUUnix.cpp
|
|
|
|
unix/CPUTimeUnix.cpp
|
|
)
|
|
|
|
list(APPEND WTF_LIBRARIES
|
|
${CMAKE_THREAD_LIBS_INIT}
|
|
${GLIB_GIO_LIBRARIES}
|
|
${GLIB_GOBJECT_LIBRARIES}
|
|
${GLIB_LIBRARIES}
|
|
${ZLIB_LIBRARIES}
|
|
)
|
|
|
|
list(APPEND WTF_INCLUDE_DIRECTORIES
|
|
${GLIB_INCLUDE_DIRS}
|
|
)
|