From 28d24da6df0c59269ba96889e52d1cc84398c3d9 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 16 Aug 2021 00:55:19 +0300 Subject: [PATCH] build: add missing files --- Makefile.am | 4 +++- win/cglm.vcxproj | 2 ++ win/cglm.vcxproj.filters | 6 ++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7a5d327..6022173 100644 --- a/Makefile.am +++ b/Makefile.am @@ -167,7 +167,9 @@ cglm_struct_clipspace_HEADERS = include/cglm/struct/clipspace/persp_lh_zo.h \ include/cglm/struct/clipspace/view_lh_zo.h \ include/cglm/struct/clipspace/view_rh_zo.h \ include/cglm/struct/clipspace/view_lh_no.h \ - include/cglm/struct/clipspace/view_rh_no.h + include/cglm/struct/clipspace/view_rh_no.h \ + include/cglm/struct/clipspace/project_zo.h \ + include/cglm/struct/clipspace/project_no.h libcglm_la_SOURCES=\ src/euler.c \ diff --git a/win/cglm.vcxproj b/win/cglm.vcxproj index 9194640..9cfe76e 100644 --- a/win/cglm.vcxproj +++ b/win/cglm.vcxproj @@ -105,6 +105,8 @@ + + diff --git a/win/cglm.vcxproj.filters b/win/cglm.vcxproj.filters index f49cac9..e34a538 100644 --- a/win/cglm.vcxproj.filters +++ b/win/cglm.vcxproj.filters @@ -540,5 +540,11 @@ include\cglm\struct\clipspace + + include\cglm\clipspace + + + include\cglm\clipspace + \ No newline at end of file