使用新的iFloat替代原先的ifloat_t
This commit is contained in:
@@ -15,7 +15,7 @@ set(DV_CORE_MATH_INCLUDE_FILES
|
||||
include/math/dvc_matrix3.h
|
||||
include/math/dvc_matrix4.h
|
||||
include/math/dvc_math_util.h
|
||||
include/math/dvc_fixmath.h
|
||||
include/math/dvc_fix_point.h
|
||||
)
|
||||
source_group("include/math" FILES ${DV_CORE_MATH_INCLUDE_FILES})
|
||||
|
||||
@@ -26,6 +26,7 @@ set(DV_CORE_MATH_SOURCE_FILES
|
||||
source/math/dvc_matrix3.cpp
|
||||
source/math/dvc_matrix4.cpp
|
||||
source/math/dvc_math_util.cpp
|
||||
source/math/dvc_fix_point.cpp
|
||||
)
|
||||
source_group("source/math" FILES ${DV_CORE_MATH_SOURCE_FILES})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user