remove the rest of cmake

This commit is contained in:
Tony Crisci 2017-12-01 05:21:03 -05:00
parent 517af37cc9
commit d071ff08ae
25 changed files with 4 additions and 1202 deletions

View file

@ -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()