Flesh out new file store's alloc

This commit is contained in:
2018-03-06 23:07:39 -06:00
parent c5bf8591e3
commit 3151b5508e
8 changed files with 204 additions and 72 deletions

View File

@@ -15,6 +15,10 @@ if(OX_BUILD_EXEC STREQUAL "OFF" OR OX_USE_STDLIB STREQUAL "OFF")
set(OX_RUN_TESTS "OFF")
endif()
if(OX_USE_STDLIB STREQUAL "ON")
add_definitions(-DOX_USE_STDLIB)
endif()
if(NOT MSVC)
add_definitions(
-std=c++11