Flesh out new file store's alloc

(synced from 3151b5508e)
This commit is contained in:
2018-03-06 23:07:39 -06:00
parent 36188c4bbe
commit b0abb6b351
8 changed files with 204 additions and 72 deletions
+4
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