1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-17 19:21:11 +03:00

Don't require C++ compiler.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@274 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider 2009-03-17 22:04:16 +00:00
parent 08e2408896
commit ee54acb417
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
project(headers) project(headers C)
add_subdirectory(libssh) add_subdirectory(libssh)

View File

@ -1,4 +1,4 @@
project(libssh-headers) project(libssh-headers C)
set(libssh_HDRS set(libssh_HDRS
libssh.h libssh.h

View File

@ -1,4 +1,4 @@
project(libssh-library) project(libssh-library C)
set(LIBSSH_PUBLIC_INCLUDE_DIRS set(LIBSSH_PUBLIC_INCLUDE_DIRS
${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/include