< prev index next >

modules/javafx.web/src/main/native/Source/WTF/wtf/PlatformJava.cmake

Print this page




  96         win/MemoryFootprintWin.cpp
  97         win/MemoryPressureHandlerWin.cpp
  98         win/RunLoopWin.cpp
  99         win/WorkQueueWin.cpp
 100         win/WorkItemContext.cpp
 101     )
 102 
 103     list(APPEND WTF_HEADERS
 104         text/win/WCharStringExtras.h
 105         win/Win32Handle.h
 106     )
 107 
 108     list(APPEND WTF_LIBRARIES
 109         winmm
 110     )
 111 endif ()
 112 
 113 if (DEFINED CMAKE_USE_PTHREADS_INIT)
 114     list(APPEND WTF_LIBRARIES pthread)
 115 endif()
 116 
 117 add_dependencies(WTF icudatagen)


  96         win/MemoryFootprintWin.cpp
  97         win/MemoryPressureHandlerWin.cpp
  98         win/RunLoopWin.cpp
  99         win/WorkQueueWin.cpp
 100         win/WorkItemContext.cpp
 101     )
 102 
 103     list(APPEND WTF_HEADERS
 104         text/win/WCharStringExtras.h
 105         win/Win32Handle.h
 106     )
 107 
 108     list(APPEND WTF_LIBRARIES
 109         winmm
 110     )
 111 endif ()
 112 
 113 if (DEFINED CMAKE_USE_PTHREADS_INIT)
 114     list(APPEND WTF_LIBRARIES pthread)
 115 endif()


< prev index next >