Open toge opened 2 months ago
Describe the bug
In examples, the include path is fixedmath. https://github.com/arturbac/fixed_math/blob/v2.0.0/examples/brief-usage.cc#L5-L6
fixedmath
But the include path is fixed_math. https://github.com/arturbac/fixed_math/blob/master/fixed_lib/CMakeLists.txt#L25-L30
fixed_math
Which is valid?
I think fixedmath is valid because common.h includes <fixedmath/detail/type_traits.h>. https://github.com/arturbac/fixed_math/blob/v2.0.0/fixed_lib/include/fixedmath/detail/common.h#L8
<fixedmath/detail/type_traits.h>
Build info:
Yes, looks like You are right. I use it by CPM dependency so I do not need to install and did not now about this. Will asap fix it.
Describe the bug
In examples, the include path is
fixedmath
. https://github.com/arturbac/fixed_math/blob/v2.0.0/examples/brief-usage.cc#L5-L6But the include path is
fixed_math
. https://github.com/arturbac/fixed_math/blob/master/fixed_lib/CMakeLists.txt#L25-L30Which is valid?
I think
fixedmath
is valid because common.h includes<fixedmath/detail/type_traits.h>
. https://github.com/arturbac/fixed_math/blob/v2.0.0/fixed_lib/include/fixedmath/detail/common.h#L8Build info: