meson.build (141B) - View raw
1 2 3 4 5 6 7 8 executable( 'swaymsg', 'main.c', include_directories: [sway_inc], dependencies: [jsonc], link_with: [lib_sway_common], install: true )
1 2 3 4 5 6 7 8
executable( 'swaymsg', 'main.c', include_directories: [sway_inc], dependencies: [jsonc], link_with: [lib_sway_common], install: true )