rsys

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

commit fceafa22d22e3b2f610ee83337bd3bae51d93ded
parent 95980b85dea784d2e7883d7de07babe271577f86
Author: vaplv <vaplv@free.fr>
Date:   Fri, 13 Dec 2013 10:16:25 +0100

Add the missing rsys_version file header to the installed files list

Diffstat:
Msrc/CMakeLists.txt | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -48,8 +48,9 @@ set(RSYS_FILES_INC list.h mem_allocator.h ref_count.h - signal.h - rsys.h) + rsys.h + rsys_version.h + signal.h) add_library(rsys SHARED ${RSYS_FILES_SRC} ${RSYS_FILES_INC}) target_link_libraries(rsys dl rt)