Added MathConst.h in CMakeLists.txt

This commit is contained in:
2024-05-13 19:57:21 +08:00
parent 5e08153800
commit 2b0d8b5af5
2 changed files with 13 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ SET(MATH_INCLUDE_PATH ${CMCORE_ROOT_INCLUDE_PATH}/hgl/math)
SET(MATH_HEADER_FILES ${MATH_INCLUDE_PATH}/bvec.h
${MATH_INCLUDE_PATH}/FastTriangle.h
${MATH_INCLUDE_PATH}/Math.h
${MATH_INCLUDE_PATH}/MathConst.h
${MATH_INCLUDE_PATH}/Matrix.h
${MATH_INCLUDE_PATH}/Vector.h
${MATH_INCLUDE_PATH}/PrimaryMathematics.h