summaryrefslogtreecommitdiffstats
path: root/pki/base/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pki/base/common/CMakeLists.txt')
-rw-r--r--pki/base/common/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/pki/base/common/CMakeLists.txt b/pki/base/common/CMakeLists.txt
deleted file mode 100644
index 10a7cc0bb..000000000
--- a/pki/base/common/CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-project(common Java)
-
-install(
- FILES
- setup/CertServer.directory
- setup/menu.xml
- DESTINATION
- ${DATA_INSTALL_DIR}/setup/
- PERMISSIONS
- OWNER_WRITE OWNER_READ
- GROUP_READ
- WORLD_READ
-)
-
-add_subdirectory(src)
-add_subdirectory(test)