You will find a script in the Examples folder that contains the commands and relevant paths to build the application.
The example uses CMAKE as build system. In the Cpp folder you will find the CMake build configuration file CMakeLists.txt as well the LocalPaths.cmake file.
- The subdirectory to the executables are defined in the CMake build configuration file CMakeLists.txt.
- The relevant build paths, including the Proxy/Skeleton API source path, are defined in the LocalPaths.cmake file.
Prerequisites and steps
- The paths to the API source and executable subdirectories are correct.
- Open the build script.
- Change the app source directory, if necessary.
- Save and run the script.
- After the build is finished, you will find an additional folder deploy in your application folder. You can now proceed to the next step: Run the application.