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.
Dependencies: FXAS21002 FXOS8700Q
simple-mbed-cloud-client/mbed-cloud-client/certificate-enrollment-client/CMakeLists.txt
- Committer:
- vithyat
- Date:
- 2020-03-20
- Revision:
- 2:990c985a69ae
- Parent:
- 0:977e87915078
File content as of revision 2:990c985a69ae:
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()