summaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt')
-rw-r--r--searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt b/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt
index 704fe238ed5..f2161196c32 100644
--- a/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt
+++ b/searchlib/src/vespa/searchcommon/attribute/CMakeLists.txt
@@ -9,3 +9,6 @@ vespa_add_library(searchcommon_searchcommon_attribute OBJECT
status.cpp
DEPENDS
)
+
+file(GLOB HEADERS *.h)
+install(FILES ${HEADERS} DESTINATION include/vespa/searchcommon/attribute)