rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 24b4a57b0b2beac2ec1b49263b33a390d009beeb
parent 1470f65fad20600e145ca7cd9c349aa9201c8cb2
Author: vaplv <vaplv@free.fr>
Date:   Mon, 11 Jan 2021 12:32:21 +0100

Add the morton.h file to the install target

Diffstat:
Mcmake/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -107,6 +107,7 @@ set(RSYS_FILES_INC_API logger.h math.h mem_allocator.h + morton.h mutex.h quaternion.h real2.h