Skip to content

Commit

Permalink
[examples] Add a sprite reader object
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 31, 2024
1 parent 4342b91 commit bc57ddf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/score-plugin-avnd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,13 @@ avnd_make_score(
NAMESPACE avnd_tools
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Helpers/SpriteReader.hpp"
TARGET sprite_reader
MAIN_CLASS SpriteReader
NAMESPACE examples::helpers
)


# avnd_make_score(
# SOURCES
Expand Down

0 comments on commit bc57ddf

Please sign in to comment.