Mentions légales du service

Skip to content
Snippets Groups Projects
Commit c85d1c38 authored by Tony Delarue's avatar Tony Delarue
Browse files

Update CMakelist to correct installation of the spm module

parent 132ffab9
No related branches found
No related tags found
1 merge request!32hotfix/octave_user
...@@ -264,9 +264,12 @@ install(TARGETS spm ...@@ -264,9 +264,12 @@ install(TARGETS spm
install(FILES install(FILES
include/spm.h include/spm.h
DESTINATION include )
install(FILES
include/spm/const.h include/spm/const.h
include/spm/datatypes.h include/spm/datatypes.h
DESTINATION include ) DESTINATION include/spm )
# Install generated headers # Install generated headers
# --------------------- # ---------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment