more of the new matrix vector implementation

This commit is contained in:
Hartmut Seichter 2024-07-11 23:38:43 +02:00
parent 63135466a2
commit 3989c0f68e
7 changed files with 293 additions and 48 deletions

View file

@ -10,12 +10,9 @@ set(pixwerx_test_files
pw_test_core.cpp
)
add_executable(pixwerx_tests ${pixwerx_test_files})
target_link_libraries(pixwerx_tests PRIVATE
target_link_libraries(pixwerx_tests PRIVATE
snitch::snitch
pwcore
)