I want to organize the code in a large program into a suite of CMake packages. It's all organized roughly like this:
As far as I understand, these should be organized into shared libraries. If possible, for dependencies I'd like to use something similar to: Is it possible to include the geometry package like this without needing to refer to CGAL? Are there any good resources out there explaining the canonical way to create and use libraries like this? Does anyone have better suggestions? -- View this message in context: http://cmake.3232098.n2.nabble.com/Nesting-CMake-packages-tp7589913.html Sent from the CMake mailing list archive at Nabble.com. -- 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
