You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
800 B
CMake
25 lines
800 B
CMake
cmake_minimum_required (VERSION 3.14)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_norm_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_inverse_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_conjugate_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_normalize_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_product_single_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion_product_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_quaternion2rotation_f32.c)
|
|
target_sources(CMSISDSP PRIVATE QuaternionMathFunctions/arm_rotation2quaternion_f32.c)
|
|
|
|
|
|
if ((NOT ARMAC5) AND (NOT DISABLEFLOAT16))
|
|
endif()
|
|
|
|
|
|
|
|
|
|
|