add pretty output to swaymsg

eventually this will pass a flag to json-c to ignore slashes
This commit is contained in:
Cole Mickens 2016-01-23 20:25:41 -08:00
parent c8cf3f70f9
commit c6561f88e4
2 changed files with 27 additions and 2 deletions

View file

@ -1,9 +1,14 @@
include_directories(
${JSONC_INCLUDE_DIRS}
)
add_executable(swaymsg
main.c
)
target_link_libraries(swaymsg
sway-common
${JSONC_LIBRARIES}
)
install(