diff --git a/libs/math/CMakeLists.txt b/libs/math/CMakeLists.txt index 43922e7029..f9c9e4ebd8 100644 --- a/libs/math/CMakeLists.txt +++ b/libs/math/CMakeLists.txt @@ -1,3 +1,3 @@ add_library(math - AABB.cpp Frustum.cpp Matrix4.cpp Plane3.cpp) + AABB.cpp Frustum.cpp Matrix4.cpp Plane3.cpp SHA256.cpp) target_compile_options(math PUBLIC ${EIGEN_CFLAGS}) \ No newline at end of file