rsys

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

commit 93a350114f1bc49563d2887abf19a0dbcf20ece7
parent 5127c17eea94d34ca2c485f88adfe4c4c632c989
Author: vaplv <vaplv@free.fr>
Date:   Tue, 14 Apr 2015 15:11:22 +0200

Install the stretchy_array header

Diffstat:
Mcmake/CMakeLists.txt | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -88,7 +88,8 @@ set(RSYS_FILES_INC ref_count.h rsys.h signal.h - str.h) + str.h + stretchy_array.h) # Prepend each file in the `_files' list by `_path' rcmake_prepend_path(RSYS_FILES_SRC ${RSYS_SOURCE_DIR})