aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/include/tvmet/xpr/CMakeLists.txt
blob: 06cf78c0ce2d57e7a26dd16a43672eeb2808970a (plain)
1
2
3
4
5
6
FILE(GLOB tvmet_xpr_header_SRCS "*.h")

INSTALL(FILES 
  ${tvmet_xpr_header_SRCS}
  DESTINATION ${INCLUDE_INSTALL_DIR}/xpr
  )