aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/CMakeLists.txt
blob: 3e1c3d50e985e739c0d1219af4fc909bf975cc01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
)