changeset 69:74d61c2c754b

suntaskq: install the lib & header Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
author Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
date Tue, 07 Jul 2015 21:47:30 -0400
parents a25c31ea6b52
children d0275feca971
files src/suntaskq/CMakeLists.txt
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/suntaskq/CMakeLists.txt	Tue Jul 07 21:47:01 2015 -0400
+++ b/src/suntaskq/CMakeLists.txt	Tue Jul 07 21:47:30 2015 -0400
@@ -28,3 +28,9 @@
 	${BASE_LIBS}
 	common
 )
+
+install(TARGETS suntaskq DESTINATION lib
+	PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
+install(FILES	include/nomad/taskq.h
+	DESTINATION include/nomad
+	PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)