Richard Taylor wrote:

> 
http://www.cmake.org/Wiki/CMake/Tutorials/How_to_create_a_ProjectConfig.cmake_file
>

Prefer the official documentation instead of the wiki wherever official 
documentation exists (especially if it is well-formatted; that means it's 
probably recent and maintained).

 http://www.cmake.org/cmake/help/v3.0/manual/cmake-packages.7.html
 
> However, only the names of dependent targets are set (via
> INTERFACE_LINK_LIBRARIES in <targetname>Targets.cmake)
> 
> I guess that's where the problem lies, I'm just not sure how to fix it..

The above link documents a find_dependency macro, which you might make use 
of.

Thanks,

Steve.


-- 

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

Reply via email to