Skip to content
Snippets Groups Projects
Commit fcfa39df authored by Tammo Jan Dijkema's avatar Tammo Jan Dijkema
Browse files

Move all code to root

parent c05bcf05
No related branches found
No related tags found
No related merge requests found
Showing with 0 additions and 18 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
# $Id$
# 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
ElementResponse.h
DESTINATION include/${PACKAGE_NAME})
# $Id: CMakeLists.txt 18775 2011-09-06 13:36:45Z zwieten $
include(LofarPackageVersion)
lofar_add_library(elementresponse
Package__Version.cc
ElementResponse.cc)
File moved
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