Feat/non member functions

Co-authored-by: Karen <kkaspar@codereckons.com>
Co-authored-by: Joel FALCOU <jfalcou@codereckons.com>

See merge request oss/rotgen!7
This commit is contained in:
Karen Kaspar 2025-06-11 14:41:49 +02:00 committed by Joel Falcou
parent d5b8c72c97
commit 114bc27901
9 changed files with 428 additions and 9 deletions

View file

@ -17,4 +17,5 @@ target_link_libraries(rotgen_test INTERFACE rotgen Eigen3::Eigen)
##======================================================================================================================
## Unit Tests registration
##======================================================================================================================
rotgen_glob_unit(PATTERN "unit/basic/*.cpp" INTERFACE rotgen_test)
rotgen_glob_unit(PATTERN "unit/basic/*.cpp" INTERFACE rotgen_test)
rotgen_glob_unit(PATTERN "unit/free_functions/*.cpp" INTERFACE rotgen_test)