[ox/std] Add missing ARM7TDMI functions, some are just stubs for now
This commit is contained in:
3
deps/ox/src/ox/std/CMakeLists.txt
vendored
3
deps/ox/src/ox/std/CMakeLists.txt
vendored
@@ -1,9 +1,11 @@
|
||||
add_library(
|
||||
OxStd
|
||||
arith.cpp
|
||||
assert.cpp
|
||||
buildinfo.cpp
|
||||
byteswap.cpp
|
||||
memops.cpp
|
||||
new.cpp
|
||||
random.cpp
|
||||
stacktrace.cpp
|
||||
strops.cpp
|
||||
@@ -25,6 +27,7 @@ install(
|
||||
byteswap.hpp
|
||||
defines.hpp
|
||||
error.hpp
|
||||
hardware.hpp
|
||||
hashmap.hpp
|
||||
math.hpp
|
||||
memops.hpp
|
||||
|
Reference in New Issue
Block a user