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:
parent
08e2408896
commit
ee54acb417
@ -1,3 +1,3 @@
|
|||||||
project(headers)
|
project(headers C)
|
||||||
|
|
||||||
add_subdirectory(libssh)
|
add_subdirectory(libssh)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project(libssh-headers)
|
project(libssh-headers C)
|
||||||
|
|
||||||
set(libssh_HDRS
|
set(libssh_HDRS
|
||||||
libssh.h
|
libssh.h
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user