I am looking for information on how to import the Real Time SDK cmake project into my project.
I have downloaded the Real Time SDK, and built it on a supported platform.
There is no cmake INSTALL option. As such, what is the recommended way to import the cmake targets (eg libema) from the Real Time SDK into my own cmake project?
Should I be using ExternalProject_Add? This doesn't seem like the correct cmake function to use as using this will attempt to build the project - I have already built it, I just want to import the cmake targets.