[ox/std] Add OX_USE_STDLIB as exported definition on OxStd

(synced from 5705fd3d00)
This commit is contained in:
2019-06-19 23:32:18 -05:00
parent 31ed2ae7ef
commit b337c1abc6
+7
View File
@@ -21,6 +21,13 @@ if(NOT OX_BARE_METAL)
)
endif()
if(${OX_USE_STDLIB})
target_compile_definitions(
OxStd PUBLIC
OX_USE_STDLIB
)
endif()
target_link_libraries(
OxStd PUBLIC
$<$<CXX_COMPILER_ID:GNU>:gcc>