mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
build: replace FetchContent with direct includes for glm
This commit is contained in:
9
include/glm/mat2x2.hpp
Normal file
9
include/glm/mat2x2.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
/// @ref core
|
||||
/// @file glm/mat2x2.hpp
|
||||
|
||||
#pragma once
|
||||
#include "./ext/matrix_double2x2.hpp"
|
||||
#include "./ext/matrix_double2x2_precision.hpp"
|
||||
#include "./ext/matrix_float2x2.hpp"
|
||||
#include "./ext/matrix_float2x2_precision.hpp"
|
||||
|
||||
Reference in New Issue
Block a user