diff --git a/Makefile.am b/Makefile.am
index 3cae456..3dcf155 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -109,7 +109,9 @@ cglm_simd_avx_HEADERS = include/cglm/simd/avx/mat4.h \
include/cglm/simd/avx/affine.h
cglm_simd_neondir=$(includedir)/cglm/simd/neon
-cglm_simd_neon_HEADERS = include/cglm/simd/neon/mat4.h
+cglm_simd_neon_HEADERS = include/cglm/simd/neon/mat4.h \
+ include/cglm/simd/neon/mat2.h \
+ include/cglm/simd/neon/affine.h
cglm_structdir=$(includedir)/cglm/struct
cglm_struct_HEADERS = include/cglm/struct/mat4.h \
diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj
index 8e6e1e7..b166fa7 100644
--- a/win/cglm.vcxproj
+++ b/win/cglm.vcxproj
@@ -90,6 +90,8 @@
+
+
diff --git a/win/cglm.vcxproj.filters b/win/cglm.vcxproj.filters
index 4857954..d9f38bb 100644
--- a/win/cglm.vcxproj.filters
+++ b/win/cglm.vcxproj.filters
@@ -370,5 +370,11 @@
include\cglm\struct
+
+ include\cglm\simd\neon
+
+
+ include\cglm\simd\neon
+
\ No newline at end of file