rsys

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

commit 6287efe9a004bfc62cbdb8ebc80ceb53064c0dc1
parent 0f2f55d51f9f03ed52a36611129a12ef62d362f3
Author: vaplv <vaplv@free.fr>
Date:   Wed, 16 Mar 2022 12:08:14 +0100

Remove the COPYING.LESSER file from the install target

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -128,7 +128,7 @@ set(RSYS_FILES_INC_API stretchy_array.h text_reader.h) -set(RSYS_FILES_DOC COPYING COPYING.LESSER README.md) +set(RSYS_FILES_DOC COPYING README.md) # Prepend each file in the `_files' list by `_path' rcmake_prepend_path(RSYS_FILES_SRC ${RSYS_SOURCE_DIR})