Merge pull request #4 from daniperez/cmake-migration

Exporting binary tree to CMake registry
This commit is contained in:
Andreas Schuh 2013-11-04 16:56:31 -08:00
commit 27c0c9ef79

View file

@ -179,6 +179,7 @@ endif ()
# support direct use of build tree
set (INSTALL_PREFIX_REL2CONFIG_DIR .)
export (TARGETS gflags gflags_nothreads FILE "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-export.cmake")
export (PACKAGE gflags)
configure_file (cmake/config.cmake.in "${PROJECT_BINARY_DIR}/${PACKAGE_NAME}-config.cmake" @ONLY)
# ----------------------------------------------------------------------------