haikuwebkit/Source/WebCore/PAL/pal/PlatformFTW.cmake

27 lines
427 B
CMake

list(APPEND PAL_PUBLIC_HEADERS
)
list(APPEND PAL_SOURCES
crypto/openssl/CryptoDigestOpenSSL.cpp
crypto/win/CryptoDigestWin.cpp
system/ClockGeneric.cpp
system/win/SoundWin.cpp
text/KillRing.cpp
win/LoggingWin.cpp
)
list(APPEND PAL_PRIVATE_INCLUDE_DIRECTORIES
"${WEBKIT_LIBRARIES_DIR}/include"
)
list(APPEND PAL_PRIVATE_LIBRARIES
OpenSSL::Crypto
)
set(PAL_OUTPUT_NAME PAL${DEBUG_SUFFIX})