On Wed, 17 May 2017 21:15:39 +0000 Etan Kissling <[email protected]> wrote:
> Not sure if I understand that correctly, but isn't that essential the > same as creating a FooA and BarA that link to IA, and a FooB and BarB > that link to IB, and linking ExeA to FooA and ExeB to FooB? > > Problem with this approach is that there are more than two > implementations of I, and way more than two Exes ^_^ Could you create an example repository (on github for example) which templates what you're trying to achieve? >From what I understood so far, I doubt that all of it can be achieved in one cmake-build. Maybe you need to create a super-project and work with export() and include(). regards, -- Patrick. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
