aboutsummaryrefslogtreecommitdiffstats
path: root/sway/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 19:58:11 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 19:58:11 -0500
commit26752932003145c89a0cd8d39c9944d6f5917837 (patch)
treebebfa80dc8a2d01c140a3f128ab37fcf2f5710d7 /sway/CMakeLists.txt
parentAdd config related code and initial headers (diff)
downloadsway-26752932003145c89a0cd8d39c9944d6f5917837.tar.gz
sway-26752932003145c89a0cd8d39c9944d6f5917837.tar.zst
sway-26752932003145c89a0cd8d39c9944d6f5917837.zip
Implement policy lookups
Diffstat (limited to 'sway/CMakeLists.txt')
-rw-r--r--sway/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt
index bb9ea81f..9349c30d 100644
--- a/sway/CMakeLists.txt
+++ b/sway/CMakeLists.txt
@@ -35,6 +35,7 @@ add_executable(sway
35 output.c 35 output.c
36 workspace.c 36 workspace.c
37 border.c 37 border.c
38 security.c
38) 39)
39 40
40add_definitions( 41add_definitions(