mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-25 12:32:07 +00:00
Factor out shared backtrace code (#1793)
This commit is contained in:
@@ -51,6 +51,7 @@ set(rgbasm_src
|
||||
"asm/symbol.cpp"
|
||||
"asm/warning.cpp"
|
||||
"extern/utf8decoder.cpp"
|
||||
"backtrace.cpp"
|
||||
"linkdefs.cpp"
|
||||
"opmath.cpp"
|
||||
"util.cpp"
|
||||
@@ -72,6 +73,7 @@ set(rgblink_src
|
||||
"link/symbol.cpp"
|
||||
"link/warning.cpp"
|
||||
"extern/utf8decoder.cpp"
|
||||
"backtrace.cpp"
|
||||
"linkdefs.cpp"
|
||||
"opmath.cpp"
|
||||
"util.cpp"
|
||||
|
||||
Reference in New Issue
Block a user