diff --git a/poliqarp/CMakeLists.txt b/poliqarp/CMakeLists.txt
index 4fb5827f991e7e23bb30630d21c465650d5bc953..68efa726b26a70865c59c21daa74d92375c63b86 100644
--- a/poliqarp/CMakeLists.txt
+++ b/poliqarp/CMakeLists.txt
@@ -19,4 +19,10 @@ target_link_libraries(c2pqtest poliqarpc2 corpus2_poliqarpreader corpus2 pwrutil
 if(UNIX)
 	install(TARGETS corpus2_poliqarpreader LIBRARY DESTINATION lib)
 	install(TARGETS c2pqtest RUNTIME DESTINATION bin)
+	# ${CMAKE_CURRENT_SOURCE_DIR}
+	install(
+		DIRECTORY .
+		DESTINATION include/corpus2_poliqarpreader
+		FILES_MATCHING PATTERN "*.h"
+	)
 endif(UNIX)