ThingWorx Edge C SDK > How to Build an Edge Application with CMake > Using CMake with the C SDK Examples
Using CMake with the C SDK Examples
The C SDK is a set of ANSI C header and source files that can be easily integrated into any build environment. As of version 1.4.0 of the C SDK, all sample applications in the examples directory provide CMakeLists.txt files for use with CMake. If you do not have CMake, download it from https://cmake.org/download/. When ready to generate make files or project files for building your application, create a subdirectory in the directory containing your source files. You will configure and run cmake within this directory.
Was this helpful?