mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-18 22:26:12 +01:00
cce9c338c0
This creates (static) libraries for protocols/, common/, and wayland/.
15 lines
160 B
CMake
15 lines
160 B
CMake
add_executable(swaygrab
|
|
main.c
|
|
)
|
|
|
|
target_link_libraries(swaygrab
|
|
sway-common
|
|
rt
|
|
)
|
|
|
|
install(
|
|
TARGETS swaygrab
|
|
RUNTIME
|
|
DESTINATION bin
|
|
COMPONENT runtime
|
|
)
|