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

This commit is contained in:
Gary Talent 2019-06-19 23:32:18 -05:00
parent c9df80fb73
commit 5705fd3d00

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>