mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Clean up CMake stuff
This commit is contained in:
parent
44d0b3282f
commit
fd1a59def3
3 changed files with 5 additions and 8 deletions
|
|
@ -14,6 +14,7 @@ include_directories(
|
|||
)
|
||||
|
||||
FILE(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
|
||||
FILE(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
|
||||
FILE(GLOB wl_sources ${PROJECT_SOURCE_DIR}/../wayland/*.c)
|
||||
|
||||
add_executable(swaybg
|
||||
|
|
@ -22,7 +23,7 @@ add_executable(swaybg
|
|||
${common}
|
||||
)
|
||||
|
||||
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} sway_common)
|
||||
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES})
|
||||
|
||||
install(
|
||||
TARGETS swaybg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue