Files
esp-idf-libssh/examples/sshd/CMakeLists.txt
2020-07-22 22:57:10 +02:00

5 lines
150 B
CMake

cmake_minimum_required(VERSION 3.5)
set(EXTRA_COMPONENT_DIRS ../../components/libssh)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(sshd)