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