[ox/std] Make asserts generate stack traces
This commit is contained in:
2
deps/ox/src/ox/std/CMakeLists.txt
vendored
2
deps/ox/src/ox/std/CMakeLists.txt
vendored
@@ -6,6 +6,7 @@ add_library(
|
||||
byteswap.cpp
|
||||
memops.cpp
|
||||
random.cpp
|
||||
stacktrace.cpp
|
||||
strops.cpp
|
||||
)
|
||||
|
||||
@@ -26,6 +27,7 @@ install(
|
||||
memops.hpp
|
||||
new.hpp
|
||||
random.hpp
|
||||
stacktrace.hpp
|
||||
string.hpp
|
||||
strops.hpp
|
||||
std.hpp
|
||||
|
Reference in New Issue
Block a user