solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 1711c0640687c85ec4746c86abdb835152254d8e
parent 9f290fea5e8052e894755869a937761271bb233d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 24 May 2017 15:10:09 +0200

Add the README and COPYING files to the install target

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -192,4 +192,5 @@ install(TARGETS solstice ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) +install(FILES ${SOLSTICE_FILES_DOC} DESTINATION share/doc/solstice)