rsys

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

commit 84a40cdec0eb49475274d1a4572df84a915641fe
parent 02429bd5e03bdc6f71f9f717c1d69d070981a106
Author: vaplv <vaplv@free.fr>
Date:   Tue, 17 Mar 2015 16:01:23 +0100

Add the condition header 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 @@ -57,6 +57,7 @@ set(RSYS_FILES_SRC set(RSYS_FILES_INC binary_heap.h clock_time.h + condition.h dynamic_array.h dynamic_array_char.h dynamic_array_float.h