[gbastartup] Cleanup, make an object lib, and make dependency public
This commit is contained in:
4
deps/gbastartup/CMakeLists.txt
vendored
4
deps/gbastartup/CMakeLists.txt
vendored
@ -1,12 +1,12 @@
|
||||
enable_language(C ASM)
|
||||
|
||||
add_library(
|
||||
GbaStartup
|
||||
GbaStartup OBJECT
|
||||
gba_crt0.s
|
||||
cstartup.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
GbaStartup
|
||||
GbaStartup PUBLIC
|
||||
OxStd
|
||||
)
|
||||
|
Reference in New Issue
Block a user