commit 2117886419f9a6a7de14de53d9c83c002ab8df22
parent 438d3402d9686f4feaeb669154743b4efe9ae06e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 2 Aug 2018 15:45:44 +0200
Fix the CMakeLists.txt file
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -44,14 +44,14 @@ set(HTGOP_FILES_SRC
htgop.c
htgop_fetch_radiative_properties.c
htgop_sample_sw_spectral_interval_CIE_1931_XYZ.c)
-set(SSOL_FILES_INC
+set(HTGOP_FILES_INC
htgop_c.h
htgop_fetch_radiative_properties.h
htgop_layer.h
htgop_parse_layers_spectral_intervals_data.h
htgop_reader.h
htgop_spectral_intervals.h)
-set(SSOL_FILES_INC_API
+set(HTGOP_FILES_INC_API
htgop.h)
set(HTGOP_FILES_DOC COPYING README.md)
@@ -74,7 +74,7 @@ set_target_properties(htgop PROPERTIES
VERSION ${VERSION}
SOVERSION ${VERSION_MAJOR})
-rcmake_setup_devel(htgop HTGOP ${VERSION} high_tune/htgop.h)
+rcmake_setup_devel(htgop HTGOP ${VERSION} high_tune/htgop_version.h)
################################################################################
# Extract the etc files