Export build tree package

This commit is contained in:
Zbigniew Mandziejewicz
2015-04-09 11:20:58 +08:00
parent 62a7daddcf
commit 29940ee443
2 changed files with 29 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
set_and_check(GLM_INCLUDE_DIRS "@GLM_INCLUDE_DIRS@")
set(GLM_VERSION "@GLM_VERSION@")
@PACKAGE_INIT@
set_and_check(GLM_INCLUDE_DIRS "@PACKAGE_CMAKE_INSTALL_INCLUDEDIR@")
if (NOT CMAKE_VERSION VERSION_LESS "2.8.12")
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")