Skip to content
Snippets Groups Projects
Commit 1949af17 authored by Andre Offringa's avatar Andre Offringa
Browse files

Merge branch 'install-headers-fix' into 'master'

Install all necessary header files

Closes #34

See merge request !36
parents 3280b216 9a2228e2
No related branches found
No related tags found
1 merge request!36Install all necessary header files
Pipeline #2682 passed
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Add relevant subdirs
add_subdirectory(common) add_subdirectory(common)
add_subdirectory(coords) add_subdirectory(coords)
add_subdirectory(gridded_response)
add_subdirectory(hamaker) add_subdirectory(hamaker)
add_subdirectory(lobes) add_subdirectory(lobes)
add_subdirectory(oskar) add_subdirectory(oskar)
add_subdirectory(telescope)
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
add_library(everybeam SHARED add_library(everybeam SHARED
...@@ -31,8 +31,6 @@ install ( ...@@ -31,8 +31,6 @@ install (
EXPORT EveryBeamTargets EXPORT EveryBeamTargets
DESTINATION lib) DESTINATION lib)
#------------------------------------------------------------------------------
# Install headers
install (FILES install (FILES
Antenna.h Antenna.h
BeamFormer.h BeamFormer.h
...@@ -42,8 +40,7 @@ install (FILES ...@@ -42,8 +40,7 @@ install (FILES
Station.h Station.h
# Related to new API: # Related to new API:
load.h load.h
# Not needed as yet: options.h
# options.h
DESTINATION "include/${CMAKE_PROJECT_NAME}") DESTINATION "include/${CMAKE_PROJECT_NAME}")
install( install(
......
#------------------------------------------------------------------------------
# Install headers
install (FILES install (FILES
casa_utils.h casa_utils.h
Constants.h Constants.h
......
#------------------------------------------------------------------------------
# Install headers
install (FILES install (FILES
ITRFConverter.h ITRFConverter.h
ITRFDirection.h ITRFDirection.h
......
install (FILES
griddedresponse.h
lofargrid.h
DESTINATION "include/${CMAKE_PROJECT_NAME}/gridded_response")
install (FILES
lofar.h
telescope.h
DESTINATION "include/${CMAKE_PROJECT_NAME}/telescope")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment