mirror of
https://github.com/swaywm/sway.git
synced 2025-11-11 13:29:51 -05:00
remove the rest of cmake
This commit is contained in:
parent
517af37cc9
commit
d071ff08ae
25 changed files with 4 additions and 1202 deletions
|
|
@ -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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue