[nostalgia/core/gba][ox/std] Move heap manager from NostalgiaCore to OxStd
This commit is contained in:
2
deps/gbastartup/CMakeLists.txt
vendored
2
deps/gbastartup/CMakeLists.txt
vendored
@ -1,4 +1,5 @@
|
||||
enable_language(C ASM)
|
||||
|
||||
add_library(
|
||||
GbaStartup
|
||||
gba_crt0.s
|
||||
@ -7,4 +8,5 @@ add_library(
|
||||
|
||||
target_link_libraries(
|
||||
GbaStartup
|
||||
OxStd
|
||||
)
|
||||
|
Reference in New Issue
Block a user