Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
simple-mbed-cloud-client/mbed-cloud-client/certificate-enrollment-client/CMakeLists.txt
- Committer:
- leothedragon
- Date:
- 2021-05-04
- Revision:
- 0:8f0bb79ddd48
File content as of revision 0:8f0bb79ddd48:
cmake_minimum_required(VERSION 2.6) project("certificate-enrollment-client") # includes include_directories(${CMAKE_CURRENT_SOURCE_DIR}/source/include) FILE( GLOB_RECURSE certificate_enrollment_client "${CMAKE_CURRENT_SOURCE_DIR}/certificate-enrollment-client/*.h" "${CMAKE_CURRENT_SOURCE_DIR}/source/*.c" "${CMAKE_CURRENT_SOURCE_DIR}/source/*.cpp" ) message ("*********************************************************************") message ("certificate_enrollment_client = [[${certificate_enrollment_client}]]") message ("*********************************************************************") CREATE_LIBRARY(certificate-enrollment-client "${certificate_enrollment_client}" "") ADDSUBDIRS()