Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
Source
/
bmalloc
/
PlatformJSCOnly.cmake
blob: f5b05964060495f6dcaa88f9987af324b5d2e753 [
file
] [
log
] [
blame
] [
edit
]
if
(
APPLE
)
list
(
APPEND bmalloc_SOURCES
bmalloc
/
ProcessCheck
.
mm
)
list
(
APPEND bmalloc_LIBRARIES
"-framework Foundation"
objc
)
endif
()