summaryrefslogtreecommitdiffstats
path: root/parallel-libs/streamexecutor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'parallel-libs/streamexecutor/CMakeLists.txt')
-rw-r--r--parallel-libs/streamexecutor/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/parallel-libs/streamexecutor/CMakeLists.txt b/parallel-libs/streamexecutor/CMakeLists.txt
index 3fd9af404cc..8baf976111e 100644
--- a/parallel-libs/streamexecutor/CMakeLists.txt
+++ b/parallel-libs/streamexecutor/CMakeLists.txt
@@ -64,6 +64,8 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wno-unused-parameter")
add_subdirectory(lib)
add_subdirectory(examples)
+install(DIRECTORY include/ DESTINATION include)
+
if (STREAM_EXECUTOR_ENABLE_DOXYGEN)
find_package(Doxygen REQUIRED)
configure_file(Doxyfile.in ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile @ONLY)
OpenPOWER on IntegriCloud