mirror of
https://github.com/swaywm/sway.git
synced 2026-04-29 06:46:22 -04:00
add pretty output to swaymsg
eventually this will pass a flag to json-c to ignore slashes
This commit is contained in:
parent
c8cf3f70f9
commit
c6561f88e4
2 changed files with 27 additions and 2 deletions
|
|
@ -1,9 +1,14 @@
|
|||
include_directories(
|
||||
${JSONC_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
add_executable(swaymsg
|
||||
main.c
|
||||
)
|
||||
|
||||
target_link_libraries(swaymsg
|
||||
sway-common
|
||||
${JSONC_LIBRARIES}
|
||||
)
|
||||
|
||||
install(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue