Reorganize internals

See merge request oss/rotgen!36
This commit is contained in:
Joel Falcou 2025-10-12 19:01:13 +02:00
parent 6521f68c95
commit ffa9309332
55 changed files with 585 additions and 495 deletions

View file

@ -40,12 +40,11 @@ handle_option(ROTGEN_COMPILE_DEFS)
##======================================================================================================================
if(ROTGEN_FORCE_DYNAMIC)
set ( SOURCES
src/map.cpp
src/matrix.cpp
src/block.cpp
src/map/impl.cpp
src/matrix/impl.cpp
src/block/impl.cpp
src/svd/impl.cpp
src/info.cpp
src/svd.cpp
src/operators.cpp
src/format.cpp
)
else()