mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
15 lines
255 B
Text
15 lines
255 B
Text
|
|
set(SOURCES
|
||
|
|
BlockAllocator.cpp
|
||
|
|
Cell.cpp
|
||
|
|
CellAllocator.cpp
|
||
|
|
ConservativeVector.cpp
|
||
|
|
Root.cpp
|
||
|
|
Heap.cpp
|
||
|
|
HeapBlock.cpp
|
||
|
|
MarkedVector.cpp
|
||
|
|
WeakContainer.cpp
|
||
|
|
)
|
||
|
|
|
||
|
|
serenity_lib(LibGC gc)
|
||
|
|
target_link_libraries(LibGC PRIVATE LibCore)
|