diff options
author | Pierre Ossman <ossman@cendio.se> | 2019-01-23 14:09:35 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2020-03-12 09:48:17 +0100 |
commit | ebaa948e4685adce59e84242458fafb6f900bf0a (patch) | |
tree | e406d00e663c907198dff71f7e97400d0967ac10 /CMakeLists.txt | |
parent | bb8d82ad3c8ad7588217bdbcfa7fc5185bb3586a (diff) | |
download | tigervnc-ebaa948e4685adce59e84242458fafb6f900bf0a.tar.gz tigervnc-ebaa948e4685adce59e84242458fafb6f900bf0a.zip |
Add default configuration files
Install some example files to make things more easily discoverable.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 86b472ff..e715f26c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,7 @@ set(VERSION 1.10.80) set(RCVERSION 1,10,80,0) # Installation paths +set(SYSCONF_DIR "${CMAKE_INSTALL_PREFIX}/etc") set(BIN_DIR "${CMAKE_INSTALL_PREFIX}/bin") set(DATA_DIR "${CMAKE_INSTALL_PREFIX}/share") set(MAN_DIR "${DATA_DIR}/man") |