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(coords)
add_subdirectory(gridded_response)
add_subdirectory(hamaker)
add_subdirectory(lobes)
add_subdirectory(oskar)
add_subdirectory(telescope)
#------------------------------------------------------------------------------
add_library(everybeam SHARED
......@@ -31,8 +31,6 @@ install (
EXPORT EveryBeamTargets
DESTINATION lib)
#------------------------------------------------------------------------------
# Install headers
install (FILES
Antenna.h
BeamFormer.h
......@@ -42,8 +40,7 @@ install (FILES
Station.h
# Related to new API:
load.h
# Not needed as yet:
# options.h
options.h
DESTINATION "include/${CMAKE_PROJECT_NAME}")
install(
......
#------------------------------------------------------------------------------
# Install headers
install (FILES
casa_utils.h
Constants.h
MathUtil.h
MutablePtr.h
Types.h
DESTINATION "include/${CMAKE_PROJECT_NAME}/common")
\ No newline at end of file
DESTINATION "include/${CMAKE_PROJECT_NAME}/common")
#------------------------------------------------------------------------------
# Install headers
install (FILES
ITRFConverter.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