moved set to Frame.hpp to avoid explicitly having to declare specializations

This commit is contained in:
Erik Frojdh
2024-04-03 12:05:21 +02:00
parent 166a78a2a5
commit 3f83e37e6b
3 changed files with 15 additions and 27 deletions

View File

@ -21,6 +21,7 @@ if(AARE_TESTS)
set(TestSources
${CMAKE_CURRENT_SOURCE_DIR}/test/defs.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test/DType.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test/Frame.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test/ProducerConsumerQueue.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test/NDArray.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test/NDView.test.cpp