Skip to content

Commit

Permalink
objects: add two new objects for array processing, array flattener an…
Browse files Browse the repository at this point in the history
…d array recombiner
  • Loading branch information
jcelerier committed Nov 27, 2024
1 parent 3062aee commit 5b719b1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/plugins/score-plugin-avnd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,21 @@ avnd_make_score(
NAMESPACE ao
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/ArrayFlattener.hpp"
TARGET array_flattener
MAIN_CLASS ArrayFlattener
NAMESPACE ao
)

avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/ArrayRecombiner.hpp"
TARGET array_recombiner
MAIN_CLASS ArrayRecombiner
NAMESPACE ao
)


avnd_make_score(
SOURCES "${AVND_FOLDER}/examples/Advanced/Utilities/Tweener.hpp"
TARGET tweener
Expand Down

0 comments on commit 5b719b1

Please sign in to comment.