I just found out that in the new CMake-2.8 there is also
export(PACKAGE package_name)
which adds your build-tree to the user's package database and helps
CMake finding build-trees when using find_package(package_name) from
another project. However, this still requires that you create an
export-file in the build tree and you need a valid package_name-
config.cmake in the build-tree. Very useful, IMHO.
Michael
On 2. Dec, 2009, at 11:06 , Biddiscombe, John A. wrote:
Michael
Thank you. That seems to do what I need.
JB
You can use
export(TARGETS target ...
[NAMESPACE namespace]
[APPEND]
FILE output_file
)
which you can then include() in your dependent project.
Michael
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake