aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/CMakeLists.txt
blob: 05605106c264dc888c8ab35ec33a10cadf7026bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
project(libssh-headers)

set(libssh_HDRS
  libssh.h
  crypto.h
  server.h
  sftp.h
  ssh1.h
  ssh2.h
)

INSTALL(
  FILES
    ${libssh_HDRS}
  DESTINATION
    ${INCLUDE_INSTALL_DIR}/${APPLICATION_NAME}
  COMPONENT
    libraries
)