Embedding one cmake project inside of another?
CMake 2.8 added a new External Project module, which lets you create a custom target to drive the build of another CMake project. The documentation on this is kind of weak, but it looks like it might do what you want. I think the idea would be to call ExternalProject_Add from your parent project, pointing … Read more