This commit is contained in:
2025-12-25 20:33:17 +05:30
parent 3e0566c288
commit 45403c94ac
10 changed files with 644 additions and 4 deletions

View File

@ -20,6 +20,9 @@ set(TEST_SOURCES
ProcessOps.cpp
StreamReader.cpp
RingBuffer.cpp
SIMD/IntVec4.cpp
SIMD/FloatVec4.cpp
)
add_executable(IACore_Test_Suite ${TEST_SOURCES})