[ox/std] Add compile definitions to TraceHook lib

This commit is contained in:
Gary Talent 2021-04-03 02:39:36 -05:00
parent 53187e0c67
commit 6265c6dc3b

View File

@ -10,6 +10,12 @@ else()
) )
endif() endif()
target_compile_definitions(
OxTraceHook PUBLIC
$<$<BOOL:${OX_USE_STDLIB}>:OX_USE_STDLIB>
$<$<BOOL:${OX_NODEBUG}>:OX_NODEBUG>
)
add_library( add_library(
OxStd OxStd
assert.cpp assert.cpp