diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-12-01 05:21:03 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-12-01 05:21:03 -0500 |
| commit | d3ccd2a1f7aab77aaeb9b9fa61c2484491bcfe41 (patch) | |
| tree | b1780435422ac6d778fd4b9c0a4746306dee59fe /swaygrab/CMakeLists.txt | |
| parent | 9df56c8f1d055a452d7bfda5f18199d770593212 (diff) | |
remove the rest of cmake
Diffstat (limited to 'swaygrab/CMakeLists.txt')
| -rw-r--r-- | swaygrab/CMakeLists.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt deleted file mode 100644 index 42806cae..00000000 --- a/swaygrab/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -include_directories( - ${JSONC_INCLUDE_DIRS} - ${WLC_INCLUDE_DIRS} - ${XKBCOMMON_INCLUDE_DIRS} -) - -add_executable(swaygrab - main.c - json.c -) - -target_link_libraries(swaygrab - sway-common - ${JSONC_LIBRARIES} - rt - m -) - -install( - TARGETS swaygrab - RUNTIME - DESTINATION bin - COMPONENT runtime -) - -if (A2X_FOUND) - add_manpage(swaygrab 1) -endif() |
