htsky

Load and structure a vertically stratified atmosphere
git clone git://git.meso-star.fr/htsky.git
Log | Files | Refs | README | LICENSE

commit f7d9b333c40a33ba4de6fa7446d1ca4a1179eaa5
parent ed3780a496bc2138619e5c2c7bc2de45524a45c9
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 24 Jan 2020 14:50:20 +0100

Add the htsky.h and the README.md file to the install target

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

diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -96,6 +96,6 @@ install(TARGETS htsky ARCHIVE DESTINATION bin LIBRARY DESTINATION lib RUNTIME DESTINATION bin) -install(FILES ${HTGOP_FILES_INC_API} DESTINATION include/high_tune) -install(FILES ${HTGOP_FILES_DOC} DESTINATION share/doc/htsky) +install(FILES ${HTSKY_FILES_INC_API} DESTINATION include/high_tune) +install(FILES ${HTSKY_FILES_DOC} DESTINATION share/doc/htsky)