mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 02:39:48 +09:00
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
This commit is contained in:
3
include/CMakeLists.txt
Normal file
3
include/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
project(headers)
|
||||
|
||||
add_subdirectory(libssh)
|
||||
18
include/libssh/CMakeLists.txt
Normal file
18
include/libssh/CMakeLists.txt
Normal file
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user