Hello, I have a very simple problem, which I don't find a solution for:
I'm working with a company that once in a while sends me two directories, one with .h files and the second with a library in two forms, shared and static. say - X/include/* X/lib/libX.so X/lib/libX.a I would like to create a cmake project that just wrap this input and do this simple action: installs the headers and the library. When I'm fine with the 'install only' mode I would add XConfig.cmake, aliases and maybe more. But first I need to find a way to create the correct target and install it. Ran.
-- 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: https://cmake.org/mailman/listinfo/cmake