Skip to content

Commit

Permalink
generate symfile too
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed May 9, 2024
1 parent ef92864 commit b3b4fc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ foreach(src ${SOURCES})
endforeach()

add_custom_command(
OUTPUT ${ROM_FILE}
OUTPUT ${ROM_FILE} ${ROM_FILE}.sym
COMMAND
${XLINK} -o${ROM_FILE} -fngb -cngb ${OBJECTS}
${XLINK} -o${ROM_FILE} -m${ROM_FILE}.sym -fngb -cngb ${OBJECTS}
DEPENDS
${GFX_GEN}
${OBJECTS}
Expand Down

0 comments on commit b3b4fc6

Please sign in to comment.