build: fix incorrect include paths for libcglm

This commit is contained in:
Tai Chi Minh Ralph Eastwood
2021-05-14 16:58:48 +02:00
parent 56ec058c7d
commit 8ddb5d5740
12 changed files with 20 additions and 20 deletions

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/ortho_lh_no.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/ortho_lh_no.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/ortho_lh_zo.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/ortho_lh_zo.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/ortho_rh_no.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/ortho_rh_no.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/ortho_rh_zo.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/ortho_rh_zo.h"
CGLM_EXPORT
void

View File

@@ -5,7 +5,7 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/clipspace/persp_lh_no.h"
#include "../../include/cglm/clipspace/persp_lh_no.h"
CGLM_EXPORT
void

View File

@@ -5,7 +5,7 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/clipspace/persp_lh_zo.h"
#include "../../include/cglm/clipspace/persp_lh_zo.h"
CGLM_EXPORT
void

View File

@@ -5,7 +5,7 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/clipspace/persp_rh_no.h"
#include "../../include/cglm/clipspace/persp_rh_no.h"
CGLM_EXPORT
void

View File

@@ -5,7 +5,7 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/clipspace/persp_rh_zo.h"
#include "../../include/cglm/clipspace/persp_rh_zo.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/view_lh_no.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/view_lh_no.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/view_lh_zo.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/view_lh_zo.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/view_rh_no.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/view_rh_no.h"
CGLM_EXPORT
void

View File

@@ -5,8 +5,8 @@
* Full license can be found in the LICENSE file
*/
#include "../include/cglm/cglm.h"
#include "../include/cglm/clipspace/view_rh_zo.h"
#include "../../include/cglm/cglm.h"
#include "../../include/cglm/clipspace/view_rh_zo.h"
CGLM_EXPORT
void