[ox/std] Add compile definitions to TraceHook lib
(synced from 6265c6dc3b)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user