9 lines
142 B
CMake
9 lines
142 B
CMake
|
|
add_subdirectory(expected/)
|
|
|
|
set(MI_BUILD_STATIC ON)
|
|
set(MI_BUILD_SHARED ON)
|
|
add_subdirectory(mimalloc/)
|
|
|
|
add_subdirectory(unordered_dense/)
|