Thank you both! I'm now a bit farther along in my port - the current stumbling block is that I'm trying to include a genode-world port (lua) and it can't seem to find what version to pull, I assume because its not archived in depot.genode.org
Is there a recommended way to include these projects? Right now I'm just building a seperage version statically but it seems a little silly
Hi Spencer,
On 17/07/2024 06:15, Spencer via users wrote:
> Hopefully a simple question-
Goa looks for the FindXxx.cmake files in the api archives. However, Our
freetype library port does not yet come with a .cmake file. The
FindXxx.cmake files you find in other projects can be quite complex.
Since Goa takes care of adding the corresponding include paths and
linker options, it is often sufficient to just set the XXX_FOUND
variable to True. In other words, adding a FindXxx.cmake file to an api
archive is just a way of making CMake happy once the corresponding
archive has been added to the used_apis file.
You may have a look at
or
for two examples of how to add .cmake files to api archives.
Cheers
Johannes
_______________________________________________