diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
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/ +) |