diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-11-30 11:54:01 -0500 |
commit | 517af37cc9a9f7b5efa3e22d7021aab691c80244 (patch) | |
tree | 91e352af5ea134ae542d2a78cfaa51c05a1de239 /swaymsg | |
parent | fe5c0316096b47d9a9bbede1d35e52e04ad9b40f (diff) |
remove relevant CMakeLists.txt
Diffstat (limited to 'swaymsg')
-rw-r--r-- | swaymsg/CMakeLists.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt deleted file mode 100644 index b428a409..00000000 --- a/swaymsg/CMakeLists.txt +++ /dev/null @@ -1,23 +0,0 @@ -add_executable(swaymsg - main.c -) - -include_directories( - ${JSONC_INCLUDE_DIRS} -) - -target_link_libraries(swaymsg - sway-common - ${JSONC_LIBRARIES} -) - -install( - TARGETS swaymsg - RUNTIME - DESTINATION bin - COMPONENT runtime -) - -if (A2X_FOUND) - add_manpage(swaymsg 1) -endif() |