aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-16 10:49:20 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-16 10:49:20 -0400
commit749238b130e766fbdb46c1cb4401e970e4b44dc7 (patch)
treead25d74ba4bbfceeb4e9ceff5c7320dd32389aa8 /CMakeLists.txt
parent4f9050580acf9a2fbe44f96160646d67431dd99b (diff)
Add default config file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ce94d9b..6b8c7b4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,3 +38,8 @@ INSTALL(
TARGETS sway
RUNTIME DESTINATION bin
)
+
+INSTALL(
+ FILES ${PROJECT_SOURCE_DIR}/config
+ DESTINATION /etc/sway/
+)