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

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
)