summaryrefslogtreecommitdiffstats
path: root/dogtag/kra-ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/kra-ui/CMakeLists.txt')
-rw-r--r--dogtag/kra-ui/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/dogtag/kra-ui/CMakeLists.txt b/dogtag/kra-ui/CMakeLists.txt
new file mode 100644
index 000000000..0079e5286
--- /dev/null
+++ b/dogtag/kra-ui/CMakeLists.txt
@@ -0,0 +1,8 @@
+project(kra-ui)
+
+install(
+ DIRECTORY
+ shared/
+ DESTINATION
+ ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}
+)