Skip to content
Snippets Groups Projects
Commit ede176e7 authored by Ger van Diepen's avatar Ger van Diepen
Browse files

Task #2699

Package was obsolete as casa-HDF5 conversion is handled in casacore.
addImagingInfo has been moved to LofarFT.
parent 16d6dc1c
No related branches found
No related tags found
No related merge requests found
# $Id$
lofar_package(ImageLofar 0.1 DEPENDS Common)
lofar_find_package(Casacore REQUIRED COMPONENTS images)
add_subdirectory(include/ImageLofar)
add_subdirectory(src)
add_subdirectory(test)
# $Id$
# List of header files that will be installed.
set(inst_HEADERS
)
# Create symbolic link to include directory.
execute_process(COMMAND ${CMAKE_COMMAND} -E create_symlink
${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_BINARY_DIR}/include/${PACKAGE_NAME})
# Install header files.
install(FILES ${inst_HEADERS} DESTINATION include/${PACKAGE_NAME})
# $Id$
include(LofarPackageVersion)
lofar_add_library(lofarimage
Package__Version.cc
)
install(PROGRAMS
addImagingInfo
DESTINATION bin)
# $Id$
include(LofarCTest)
#lofar_add_test(tLofarConvolutionFunction tLofarConvolutionFunction.cc)
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