WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
snow-models
meteoio
Commits
f3884f57
Commit
f3884f57
authored
Nov 03, 2012
by
Thomas Egger
Browse files
The header files of the plugins also have to be installed.
parent
5fadda07
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f3884f57
...
...
@@ -151,6 +151,7 @@ ENDIF(GSOAPPP AND NOT EXISTS ${GSOAPPP})
###########################################################
#for the install target
FILE
(
GLOB hfiles
"meteoio/*.h"
)
FILE
(
GLOB hpluginfiles
"meteoio/plugins/*.h"
)
FILE
(
GLOB hlawsfiles
"meteoio/meteolaws/*.h"
)
FILE
(
GLOB hfilterfiles
"meteoio/meteofilters/*.h"
)
FILE
(
GLOB hstatsfiles
"meteoio/meteostats/*.h"
)
...
...
@@ -161,6 +162,7 @@ IF(DEST MATCHES "par")
INSTALL
(
FILES
${
modules
}
DESTINATION lib/meteoio COMPONENT libraries
)
ENDIF
(
DEST MATCHES
"par"
)
INSTALL
(
FILES
${
hfiles
}
${
phfiles
}
DESTINATION include/meteoio COMPONENT headers
)
INSTALL
(
FILES
${
hpluginfiles
}
DESTINATION include/meteoio/plugins COMPONENT headers
)
INSTALL
(
FILES
${
hlawsfiles
}
DESTINATION include/meteoio/meteolaws COMPONENT headers
)
INSTALL
(
FILES
${
hfilterfiles
}
DESTINATION include/meteoio/meteofilters COMPONENT headers
)
INSTALL
(
FILES
${
hstatsfiles
}
DESTINATION include/meteoio/meteostats COMPONENT headers
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment