rsys

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

commit 35725afcf89c11e2c98af8703c62ddc62bd0e34b
parent 7c8869770146088b221043ed55bb98e8fa15276d
Author: vaplv <vaplv@free.fr>
Date:   Fri,  6 Dec 2013 17:00:53 +0100

Add symbolic link toward versioned library

Diffstat:
Msrc/CMakeLists.txt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -116,6 +116,6 @@ add_test(test_signal test_signal) ################################################################################ # Define output & install directories ################################################################################ -install(TARGETS rsys LIBRARY DESTINATION lib OPTIONAL NAMELINK_SKIP) +install(TARGETS rsys LIBRARY DESTINATION lib) install(FILES ${RSYS_FILES_INC} DESTINATION include/rsys)