From 460d0b402bac86221fd94f086ef88f94f584df1f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 2 Feb 2009 14:44:46 +0000 Subject: Add Makefiles for the CMake build system. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@203 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/CMakeLists.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 include/libssh/CMakeLists.txt (limited to 'include/libssh/CMakeLists.txt') diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt new file mode 100644 index 00000000..3e1c3d50 --- /dev/null +++ b/include/libssh/CMakeLists.txt @@ -0,0 +1,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} +) + -- cgit v1.2.3