mirror of
https://github.com/darlinghq/darling-bmalloc.git
synced 2024-11-26 22:00:22 +00:00
Fix building
This commit is contained in:
parent
fbb8ba6edc
commit
1ca6404781
@ -1,6 +1,6 @@
|
||||
project(bmalloc)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
include_directories(
|
||||
bmalloc
|
||||
@ -12,7 +12,6 @@ add_darling_static_library(bmalloc FAT
|
||||
bmalloc/AllIsoHeaps.cpp
|
||||
bmalloc/Allocator.cpp
|
||||
bmalloc/AvailableMemory.cpp
|
||||
bmalloc/bmalloc.cpp
|
||||
bmalloc/Cache.cpp
|
||||
bmalloc/CryptoRandom.cpp
|
||||
bmalloc/Deallocator.cpp
|
||||
@ -21,6 +20,7 @@ add_darling_static_library(bmalloc FAT
|
||||
bmalloc/FreeList.cpp
|
||||
bmalloc/Gigacage.cpp
|
||||
bmalloc/Heap.cpp
|
||||
bmalloc/HeapConstants.cpp
|
||||
bmalloc/HeapKind.cpp
|
||||
bmalloc/IsoHeapImpl.cpp
|
||||
bmalloc/IsoPage.cpp
|
||||
@ -33,12 +33,12 @@ add_darling_static_library(bmalloc FAT
|
||||
bmalloc/Logging.cpp
|
||||
bmalloc/Mutex.cpp
|
||||
bmalloc/ObjectType.cpp
|
||||
bmalloc/ObjectTypeTable.cpp
|
||||
bmalloc/PerProcess.cpp
|
||||
bmalloc/PerThread.cpp
|
||||
bmalloc/ProcessCheck.mm
|
||||
bmalloc/Scavenger.cpp
|
||||
bmalloc/VMHeap.cpp
|
||||
bmalloc/Zone.cpp
|
||||
bmalloc/bmalloc.cpp
|
||||
)
|
||||
|
||||
add_darling_library(mbmalloc
|
||||
|
Loading…
Reference in New Issue
Block a user