[deps] Add GbaStartup library from devkitPro as dependency
This commit is contained in:
10
deps/gbastartup/CMakeLists.txt
vendored
Normal file
10
deps/gbastartup/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
enable_language(C ASM)
|
||||
add_library(
|
||||
GbaStartup
|
||||
gba_crt0.s
|
||||
cstartup.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
GbaStartup
|
||||
)
|
Reference in New Issue
Block a user