[ox/std] Add OX_USE_STDLIB as exported definition on OxStd
This commit is contained in:
parent
c9df80fb73
commit
5705fd3d00
7
deps/ox/src/ox/std/CMakeLists.txt
vendored
7
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user