diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | include/libssh/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index e480770b..cb3bd962 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1,3 +1,3 @@ -project(headers) +project(headers C) add_subdirectory(libssh) diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 05605106..bfbebdd8 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -1,4 +1,4 @@ -project(libssh-headers) +project(libssh-headers C) set(libssh_HDRS libssh.h |
