diff --git a/src/ox/std/CMakeLists.txt b/src/ox/std/CMakeLists.txt index 7d2227a51..4a9f04a5b 100644 --- a/src/ox/std/CMakeLists.txt +++ b/src/ox/std/CMakeLists.txt @@ -10,6 +10,12 @@ else() ) endif() +target_compile_definitions( + OxTraceHook PUBLIC + $<$:OX_USE_STDLIB> + $<$:OX_NODEBUG> +) + add_library( OxStd assert.cpp