Build system#

The previous examples in this quick-start guide are simple applications that can be built manually with XCC commands. For more complex applications, a CMake-based build and dependency management tool called XCommon CMake is provided.

An example application that can be built using XCommon CMake is distributed in the tools release under the examples/ExampleXCommonCMake directory. Instructions are provided in the README in that directory.

Normally a user cannot run this example in-place under the XTC Tools installation directory because they do not have permissions to create directories or files. The files in this example directory should be copied to a directory for which the user does have file write permissions, and run from that directory.

For full documentation, please refer to the XCommon CMake documentation.