Skip to content

Commit

Permalink
WINDOWS - add missing header files to the install for Metview
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanSiemen committed Jan 18, 2019
1 parent 57f2486 commit 8c5a286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,3 +250,5 @@ if( metview )
install( FILES ${metview_include} DESTINATION ${INSTALL_INCLUDE_DIR})
endif()
install( FILES magics.h DESTINATION ${INSTALL_INCLUDE_DIR})
install( FILES common/magics_export.h DESTINATION ${INSTALL_INCLUDE_DIR})
install( FILES common/magics_windef.h DESTINATION ${INSTALL_INCLUDE_DIR})

0 comments on commit 8c5a286

Please sign in to comment.