[ox/std] Add compile definitions to TraceHook lib
This commit is contained in:
parent
53187e0c67
commit
6265c6dc3b
6
deps/ox/src/ox/std/CMakeLists.txt
vendored
6
deps/ox/src/ox/std/CMakeLists.txt
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user