list(APPEND WTF_PUBLIC_HEADERS text/win/WCharStringExtras.h win/DbgHelperWin.h win/GDIObject.h win/SoftLinking.h win/Win32Handle.h ) set(WTF_LIBRARIES PUBLIC ${WTF_LIBRARIES}) list(APPEND WTF_LIBRARIES PRIVATE Dbghelp # For symbol handling PRIVATE Shlwapi # For file system operations PUBLIC Winmm # For multimedia functions, also used in ) list(APPEND WTF_SOURCES text/win/StringWin.cpp text/win/TextBreakIteratorInternalICUWin.cpp win/CPUTimeWin.cpp win/DbgHelperWin.cpp win/FileSystemWin.cpp win/LanguageWin.cpp win/MainThreadWin.cpp win/MemoryFootprintWin.cpp win/MemoryPressureHandlerWin.cpp win/OSAllocatorWin.cpp win/PathWalker.cpp win/RunLoopWin.cpp win/ThreadSpecificWin.cpp win/ThreadingWin.cpp win/WorkQueueWin.cpp ) set(WTF_OUTPUT_NAME WTF${DEBUG_SUFFIX})