rsys

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

commit 3727b0670857d3e99af7b0d98a368416d67fbc7a
parent 42666630355d4fd027a1ffef71656527e05a301a
Author: vaplv <vaplv@free.fr>
Date:   Sun,  6 Apr 2014 00:38:22 +0200

Add missing files to the install targets

Add hash_table.h and hash.h headers

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -62,6 +62,8 @@ set(RSYS_FILES_INC_COMMON clock_time.h dynamic_array.h free_list.h + hash.h + hash_table.h image.h library.h list.h