| set(WTF_HEADERS |
| ASCIICType.h |
| Assertions.h |
| Atomics.h |
| Bag.h |
| BagToHashMap.h |
| BitVector.h |
| Bitmap.h |
| BubbleSort.h |
| BumpPointerAllocator.h |
| ByteOrder.h |
| CompilationThread.h |
| Compiler.h |
| Condition.h |
| CryptographicUtilities.h |
| CryptographicallyRandomNumber.h |
| CurrentTime.h |
| DataLog.h |
| DateMath.h |
| Dominators.h |
| DecimalNumber.h |
| DeferrableRefCounted.h |
| Deque.h |
| DisallowCType.h |
| DoublyLinkedList.h |
| FastMalloc.h |
| FeatureDefines.h |
| FilePrintStream.h |
| FlipBytes.h |
| Forward.h |
| FunctionDispatcher.h |
| Functional.h |
| GetPtr.h |
| GraphNodeWorklist.h |
| GregorianDateTime.h |
| HashCountedSet.h |
| Hasher.h |
| HashFunctions.h |
| HashIterators.h |
| HashMap.h |
| HashMethod.h |
| HashSet.h |
| HashTable.h |
| HashTraits.h |
| HexNumber.h |
| IteratorAdaptors.h |
| IteratorRange.h |
| ListHashSet.h |
| Lock.h |
| Locker.h |
| MD5.h |
| MainThread.h |
| MallocPtr.h |
| MathExtras.h |
| MediaTime.h |
| MessageQueue.h |
| MetaAllocator.h |
| MetaAllocatorHandle.h |
| Noncopyable.h |
| NumberOfCores.h |
| OSAllocator.h |
| OSRandomSource.h |
| PageAllocation.h |
| PageBlock.h |
| PageReservation.h |
| ParallelHelperPool.h |
| ParallelJobs.h |
| ParallelJobsGeneric.h |
| ParallelJobsLibdispatch.h |
| ParallelJobsOpenMP.h |
| ParallelVectorIterator.h |
| ParkingLot.h |
| PassRefPtr.h |
| Platform.h |
| PrintStream.h |
| ProcessID.h |
| RAMSize.h |
| RandomNumber.h |
| RandomNumberSeed.h |
| RawPointer.h |
| RedBlackTree.h |
| Ref.h |
| RefCounted.h |
| RefCountedLeakCounter.h |
| RefCounter.h |
| RefPtr.h |
| RetainPtr.h |
| RunLoop.h |
| SHA1.h |
| SharedTask.h |
| SaturatedArithmetic.h |
| ScopedLambda.h |
| SegmentedVector.h |
| StackBounds.h |
| StackStats.h |
| StaticConstructors.h |
| StdLibExtras.h |
| Stopwatch.h |
| StringExtras.h |
| StringPrintStream.h |
| ThreadIdentifierDataPthreads.h |
| ThreadSafeRefCounted.h |
| ThreadSpecific.h |
| Threading.h |
| ThreadingPrimitives.h |
| TinyPtrSet.h |
| VMTags.h |
| ValueCheck.h |
| Vector.h |
| VectorTraits.h |
| WTFThreadData.h |
| WeakPtr.h |
| WordLock.h |
| WorkQueue.h |
| dtoa.h |
| |
| dtoa/bignum-dtoa.h |
| dtoa/bignum.h |
| dtoa/cached-powers.h |
| dtoa/diy-fp.h |
| dtoa/double-conversion.h |
| dtoa/double.h |
| dtoa/fast-dtoa.h |
| dtoa/fixed-dtoa.h |
| dtoa/strtod.h |
| dtoa/utils.h |
| |
| text/AtomicString.h |
| text/AtomicStringImpl.h |
| text/AtomicStringTable.h |
| text/Base64.h |
| text/CString.h |
| text/IntegerToStringConversion.h |
| text/LChar.h |
| text/StringBuffer.h |
| text/StringCommon.h |
| text/StringHash.h |
| text/StringImpl.h |
| text/StringView.h |
| text/SymbolImpl.h |
| text/SymbolRegistry.h |
| text/UniquedStringImpl.h |
| text/WTFString.h |
| |
| threads/BinarySemaphore.h |
| |
| unicode/CharacterNames.h |
| unicode/Collator.h |
| unicode/UTF8.h |
| ) |
| |
| set(WTF_SOURCES |
| Assertions.cpp |
| Atomics.cpp |
| BitVector.cpp |
| CompilationThread.cpp |
| CryptographicUtilities.cpp |
| CryptographicallyRandomNumber.cpp |
| CurrentTime.cpp |
| DataLog.cpp |
| DateMath.cpp |
| DecimalNumber.cpp |
| FastBitVector.cpp |
| FastMalloc.cpp |
| FilePrintStream.cpp |
| FunctionDispatcher.cpp |
| GregorianDateTime.cpp |
| HashTable.cpp |
| Lock.cpp |
| MD5.cpp |
| MainThread.cpp |
| MediaTime.cpp |
| MetaAllocator.cpp |
| NumberOfCores.cpp |
| OSRandomSource.cpp |
| PageBlock.cpp |
| ParallelHelperPool.cpp |
| ParallelJobsGeneric.cpp |
| ParkingLot.cpp |
| PrintStream.cpp |
| RAMSize.cpp |
| RandomNumber.cpp |
| RefCountedLeakCounter.cpp |
| RefCounter.cpp |
| RunLoop.cpp |
| SHA1.cpp |
| SixCharacterHash.cpp |
| StackBounds.cpp |
| StackStats.cpp |
| StringPrintStream.cpp |
| Threading.cpp |
| WTFThreadData.cpp |
| WordLock.cpp |
| WorkQueue.cpp |
| dtoa.cpp |
| |
| dtoa/bignum-dtoa.cc |
| dtoa/bignum.cc |
| dtoa/cached-powers.cc |
| dtoa/diy-fp.cc |
| dtoa/double-conversion.cc |
| dtoa/fast-dtoa.cc |
| dtoa/fixed-dtoa.cc |
| dtoa/strtod.cc |
| |
| text/AtomicString.cpp |
| text/AtomicStringImpl.cpp |
| text/AtomicStringTable.cpp |
| text/Base64.cpp |
| text/CString.cpp |
| text/StringBuilder.cpp |
| text/StringImpl.cpp |
| text/StringStatics.cpp |
| text/StringView.cpp |
| text/SymbolRegistry.cpp |
| text/WTFString.cpp |
| |
| threads/BinarySemaphore.cpp |
| |
| unicode/UTF8.cpp |
| ) |
| |
| set(WTF_INCLUDE_DIRECTORIES |
| "${BMALLOC_DIR}" |
| "${WTF_DIR}" |
| "${WTF_DIR}/wtf" |
| "${WTF_DIR}/wtf/dtoa" |
| "${WTF_DIR}/wtf/text" |
| "${WTF_DIR}/wtf/threads" |
| "${WTF_DIR}/wtf/unicode" |
| "${THIRDPARTY_DIR}" |
| "${CMAKE_BINARY_DIR}" |
| "${DERIVED_SOURCES_DIR}" |
| ) |
| |
| set(WTF_LIBRARIES |
| ${CMAKE_DL_LIBS} |
| ) |
| |
| if (CMAKE_SYSTEM_NAME MATCHES "Darwin") |
| list(APPEND WTF_HEADERS |
| spi/darwin/CommonCryptoSPI.h |
| ) |
| list(APPEND WTF_INCLUDE_DIRECTORIES |
| "${WTF_DIR}/wtf/spi/darwin" |
| ) |
| endif () |
| |
| # FIXME: Port bmalloc to Windows. https://bugs.webkit.org/show_bug.cgi?id=143310 |
| if (NOT WIN32) |
| list(APPEND WTF_LIBRARIES bmalloc) |
| endif () |
| |
| list(APPEND WTF_SOURCES |
| unicode/icu/CollatorICU.cpp |
| ) |
| set(WTF_SYSTEM_INCLUDE_DIRECTORIES |
| ${ICU_INCLUDE_DIRS} |
| ) |
| list(APPEND WTF_LIBRARIES |
| ${ICU_I18N_LIBRARIES} |
| ${ICU_LIBRARIES} |
| ) |
| |
| if (WIN32) |
| list(APPEND WTF_SOURCES |
| OSAllocatorWin.cpp |
| ThreadSpecificWin.cpp |
| ThreadingWin.cpp |
| ) |
| else () |
| list(APPEND WTF_HEADERS |
| ThreadIdentifierDataPthreads.h |
| ) |
| list(APPEND WTF_SOURCES |
| OSAllocatorPosix.cpp |
| ThreadIdentifierDataPthreads.cpp |
| ThreadingPthreads.cpp |
| ) |
| endif () |
| |
| WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS() |
| |
| WEBKIT_WRAP_SOURCELIST(${WTF_SOURCES}) |
| include_directories(${WTF_INCLUDE_DIRECTORIES}) |
| include_directories(SYSTEM ${WTF_SYSTEM_INCLUDE_DIRECTORIES}) |
| add_library(WTF ${WTF_LIBRARY_TYPE} ${WTF_HEADERS} ${WTF_SOURCES}) |
| target_link_libraries(WTF ${WTF_LIBRARIES}) |
| set_target_properties(WTF PROPERTIES COMPILE_DEFINITIONS "BUILDING_WTF") |
| set_target_properties(WTF PROPERTIES FOLDER "JavaScriptCore") |
| |
| if (MSVC) |
| set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /SUBSYSTEM:WINDOWS") |
| set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /SUBSYSTEM:WINDOWS") |
| endif () |
| |
| if (WTF_POST_BUILD_COMMAND) |
| add_custom_command(TARGET WTF POST_BUILD COMMAND ${WTF_POST_BUILD_COMMAND} VERBATIM) |
| endif () |
| |
| if (WTF_OUTPUT_NAME) |
| set_target_properties(WTF PROPERTIES OUTPUT_NAME ${WTF_OUTPUT_NAME}) |
| endif () |
| |
| WEBKIT_FRAMEWORK(WTF) |