summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasn <asn@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-19 17:45:17 +0000
committerasn <asn@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-19 17:45:17 +0000
commitb97fa9eab7b1f0d14b07d4841d96ff37a4385f81 (patch)
tree061a9839f93d441fc1ce82a81490d7b739dab4bd
parentbf4d10509e85efd812f22206fe3df4a6bd467568 (diff)
cmake: Added ra-ui install directives.
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1403 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/dogtag/CMakeLists.txt1
-rw-r--r--pki/dogtag/ra-ui/CMakeLists.txt8
2 files changed, 9 insertions, 0 deletions
diff --git a/pki/dogtag/CMakeLists.txt b/pki/dogtag/CMakeLists.txt
index b5d6fdf75..470323ec0 100644
--- a/pki/dogtag/CMakeLists.txt
+++ b/pki/dogtag/CMakeLists.txt
@@ -5,3 +5,4 @@ add_subdirectory(common-ui)
add_subdirectory(console-ui)
add_subdirectory(kra-ui)
add_subdirectory(ocsp-ui)
+add_subdirectory(ra-ui)
diff --git a/pki/dogtag/ra-ui/CMakeLists.txt b/pki/dogtag/ra-ui/CMakeLists.txt
new file mode 100644
index 000000000..3bdbb46ae
--- /dev/null
+++ b/pki/dogtag/ra-ui/CMakeLists.txt
@@ -0,0 +1,8 @@
+project(ra-ui)
+
+install(
+ DIRECTORY
+ shared/
+ DESTINATION
+ ${SHARE_INSTALL_PREFIX}/${APPLICATION_NAME}/${PROJECT_NAME}
+)