rsys

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

commit 39d04a0f244a273d4d3738c0baef68e90f3ce1e1
parent 3b842a9edf5ed77150331560b805f367d7b95ce0
Author: vaplv <vaplv@free.fr>
Date:   Tue, 18 Feb 2014 16:48:39 +0100

Install the missing math file

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -63,6 +63,7 @@ set(RSYS_FILES_INC_COMMON image.h library.h list.h + math.h mem_allocator.h mutex.h ref_count.h