diff --git a/deps/ox/src/ox/std/CMakeLists.txt b/deps/ox/src/ox/std/CMakeLists.txt index 6d01fd81..389e2e60 100644 --- a/deps/ox/src/ox/std/CMakeLists.txt +++ b/deps/ox/src/ox/std/CMakeLists.txt @@ -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 $<$:gcc>