summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-07-26 13:01:06 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-07-26 13:01:06 (GMT)
commitc82b1cbe83d8738815fb741432f03533c033a236 (patch)
tree5e1565e75dd77b5a80e13e58bf6038a04240c27d /Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake
parent003154f62c2048538633215fa561e95cc094a6e3 (diff)
parent650e61f833c2cc3ace8405a22eb80a10cfc6187c (diff)
downloadCMake-c82b1cbe83d8738815fb741432f03533c033a236.zip
CMake-c82b1cbe83d8738815fb741432f03533c033a236.tar.gz
CMake-c82b1cbe83d8738815fb741432f03533c033a236.tar.bz2
Merge topic 'install-interface-includes'
650e61f Add a convenient way to add the includes install dir to the INTERFACE.
Diffstat (limited to 'Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake')
-rw-r--r--Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake b/Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake
new file mode 100644
index 0000000..92f31fc
--- /dev/null
+++ b/Tests/RunCMake/include_directories/TargetInterfaceIncludes.cmake
@@ -0,0 +1,4 @@
+
+add_library(empty empty.cpp)
+install(TARGETS empty DESTINATION lib INCLUDES DESTINATION include)
+# install(EXPORT )