summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLu Guanqun <guanqun.lu@intel.com>2012-12-25 15:15:18 +0800
committerZhigang Gong <zhigang.gong@linux.intel.com>2013-04-10 14:51:30 +0800
commitc4059fdf8b285e6d3c23384d24b9620aa0961a88 (patch)
treeeb535f4c8dc557b19a8e7e51e60a01ec556807ce /include
parent38b2495791c910b328feae86fc5fdccc1d786edc (diff)
install header files
Signed-off-by: Lu Guanqun <guanqun.lu@intel.com> Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
new file mode 100644
index 00000000..1f0437fc
--- /dev/null
+++ b/include/CMakeLists.txt
@@ -0,0 +1,3 @@
+FILE(GLOB HEADER_FILES "CL/*.h")
+
+install (FILES ${HEADER_FILES} DESTINATION include/CL)