From 53009d69c00fc2195d2c393d2df13112fade8717 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 23 Oct 2022 12:09:44 +0300 Subject: [PATCH] update build files --- Makefile.am | 2 ++ win/cglm.vcxproj | 2 ++ win/cglm.vcxproj.filters | 6 ++++++ 3 files changed, 10 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0a36c72..88a93c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -159,6 +159,8 @@ cglm_structdir=$(includedir)/cglm/struct cglm_struct_HEADERS = include/cglm/struct/mat4.h \ include/cglm/struct/mat3.h \ include/cglm/struct/mat2.h \ + include/cglm/struct/affine-pre.h \ + include/cglm/struct/affine-post.h \ include/cglm/struct/affine.h \ include/cglm/struct/affine2d.h \ include/cglm/struct/vec2.h \ diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj index eeb0e78..225c240 100644 --- a/win/cglm.vcxproj +++ b/win/cglm.vcxproj @@ -60,6 +60,8 @@ + + diff --git a/win/cglm.vcxproj.filters b/win/cglm.vcxproj.filters index 7371322..ad73efd 100644 --- a/win/cglm.vcxproj.filters +++ b/win/cglm.vcxproj.filters @@ -591,5 +591,11 @@ include\cglm + + include\cglm + + + include\cglm + \ No newline at end of file